LicenseManager
interface LicenseManager
Contract of license manager implementation that can be used to manage offline playback licenses.
Author
rsubramaniam
Properties
Link copied to clipboard
The HTTP header name of the CustomerRightsToken.
Functions
Link copied to clipboard
abstract fun downloadLicense(manifestUriString: String, customerRightsToken: CustomerRightsToken): Array<Byte>
Downloads an offline license.
Link copied to clipboard
Gets the specified property.
Link copied to clipboard
Returns license and playback durations remaining in seconds of the given offline license.
Link copied to clipboard
Releases an offline license.
Link copied to clipboard
Releases the used resources.
Link copied to clipboard
Renews an offline license.
Link copied to clipboard
Sets the specified property.