LicenseInfo

data class LicenseInfo(val remainingLicenseDurationInSec: Long, val remainingPlaybackDurationInSec: Long)

License Information of a particular com.quickplay.vstb7.player.offline.Download.

Constructors

Link copied to clipboard
constructor(remainingLicenseDurationInSec: Long, remainingPlaybackDurationInSec: Long)

Creates LicenseInfo instance.

Properties

Link copied to clipboard

specifies the remaining time for the downloaded asset's DRM license duration expiry.

Link copied to clipboard

specifies the remaining time for the downloaded asset's playback expiry.