KalturaPlaybackRequestAdapter
@objc
public class KalturaPlaybackRequestAdapter : 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
playerThe player you want to use with the request adapter
appNamethe application name, if
nilwill 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
KalturaPlaybackRequestAdapter Class Reference