BlackoutMetadata
@JsonClass(generateAdapter = true)
Data containing StreamTimelineMetadata corresponding to StreamTimelineEvent
Parameters
blackoutAction
The BlackoutAction instance that represents the action to be taken.
blackoutUrl
URL of the content to be played while blackout.
Constructors
Link copied to clipboard
constructor(@Json(name = "blackoutAction") blackoutAction: BlackoutAction, @Json(name = "blackoutUrl") blackoutUrl: String? = null)
Creates a BlackoutMetadata instance.