ProgramInfo

data class ProgramInfo(var programId: String? = null, var programStartTime: String? = null, var programEndTime: String? = null, var isBlackout: Boolean = false, var custom: Map<String, Any>? = null) : StreamTimelineMetadata

Service consumer view of metadata for current and next program.

Constructors

Link copied to clipboard
constructor(programId: String? = null, programStartTime: String? = null, programEndTime: String? = null, isBlackout: Boolean = false, custom: Map<String, Any>? = null)

Properties

Link copied to clipboard

The collection of attributes for ad targeting metadata.

Link copied to clipboard

Program blackout status used to show blackout UI.

Link copied to clipboard

Program end time in UTC format.

Link copied to clipboard
Link copied to clipboard

Program start time in UTC format.