Protocols
The following protocols are available globally.
-
The contract for content authorization service.
See moreDeclaration
Swift
public protocol ContentAuthorizationService -
The contract for nexgen platform content authorization.
See moreDeclaration
Swift
public protocol ContentAuthorizer -
Content authorizer configuration
See moreDeclaration
Swift
public protocol ContentAuthorizerConfiguration -
The interface for Device Registration Service
See moreDeclaration
Swift
public protocol DeviceRegistrationService
-
Basic metadata of the content
See moreDeclaration
Swift
public protocol ContentMetaData : Decodable, Encodable -
Base for all Assets
See moreDeclaration
Swift
public protocol PlayableAsset -
Playback Asset. This asset is available from the response of a content authorization request. This asset could be further used for consumption with a player or downloader.
See moreDeclaration
Swift
public protocol PlaybackAsset : PlayableAsset, Decodable -
Undocumented
See moreDeclaration
Swift
public protocol PartnerAuthorizationData : Decodable -
Platform Asset. This asset represents a content for which authorization could be requested to obtain a
See morePlaybackAsset.Declaration
Swift
public protocol PlatformAsset : ContentMetaData, PlayableAsset -
Undocumented
See moreDeclaration
Swift
public protocol PartnerPlatformAuthorizationAsset : ContentMetaData -
PlatformAuthorizationAsset This asset is the payload for requesting authorization for consumption.
See moreDeclaration
Swift
public protocol PlatformAuthorizationAsset : PlatformAsset -
License Refresh Asset Base for License refresh assets
See moreDeclaration
Swift
public protocol LicenseRefreshAsset : Decodable, Encodable -
Platform License Refresh Asset This asset is the payload for requesting refresh license.
See moreDeclaration
Swift
public protocol PlatformLicenseRefreshAsset : LicenseRefreshAsset -
License Refresh Response This is available from the response of a refresh license request.
See moreDeclaration
Swift
public protocol LicenseRefreshResponse : Decodable
Protocols Reference