MiscellaneousContent
data class MiscellaneousContent(val id: String, val type: String, val name: String, val providerID: String, val streamType: PlayerStreamType, val genre: String? = null, val licenseWindowStartDate: String? = null, val channel: String? = null, val data: MutableMap<String, Any> = mutableMapOf(), var brand: String? = null, var affiliate: String? = null, var assetProviderName: String? = null, var cdnName: String? = null) : Content
Represents video content reporting data payload that belongs to categories other than SportContent or TVShow.
Constructors
Link copied to clipboard
constructor(id: String, type: String, name: String, providerID: String, streamType: PlayerStreamType, genre: String? = null, licenseWindowStartDate: String? = null, channel: String? = null, data: MutableMap<String, Any> = mutableMapOf(), brand: String? = null, affiliate: String? = null, assetProviderName: String? = null, cdnName: String? = null)
Properties
Link copied to clipboard
Name of CMS Provider
Link copied to clipboard
The data payload container.
Link copied to clipboard
The license window start date (from content metadata). The clear content may not have LWSD. This value is optional if unknown.
Link copied to clipboard
The content's provider identifier. This value is optional if unknown.
Link copied to clipboard