KalturaUDRMLicenseRequestAdapter
@objc
public class KalturaUDRMLicenseRequestAdapter : NSObject, PKRequestParamsAdapter
Undocumented
-
Installs a new kaltura request adapter on the provided player with custom application name.
Declaration
Swift
@objc public static func install(in player: Player, withAppName appName: String)
Parameters
player
The player you want to use with the request adapter
appName
the application name, if
nil
will use the bundle identifier. -
Updates the request adapter with info from the player
Declaration
Swift
@objc public func updateRequestAdapter(with player: Player)
-
Adapts the request params
Declaration
Swift
@objc public func adapt(requestParams: PKRequestParams) -> PKRequestParams