EntitlementService
public protocol EntitlementService
EntitlementService
-
Tries to generate a token for playback.
Declaration
Swift
func token(forAssetId assetId: String, pinCode: String?, completion: @escaping (String?, Error?) -> Void)