ChannelTrait.RecordProgramCommand.Request

class ChannelTrait.RecordProgramCommand.Request


Summary

Public constructors

Request(
    programIdentifier: String,
    shouldRecordSeries: Boolean,
    externalIdList: List<ChannelTrait.AdditionalInfoStruct>,
    data: ByteArray
)

Public constructors

Request

Request(
    programIdentifier: String = "",
    shouldRecordSeries: Boolean = false,
    externalIdList: List<ChannelTrait.AdditionalInfoStruct> = emptyList(),
    data: ByteArray = ByteArray(0)
)

Public properties

data

val dataByteArray

programIdentifier

val programIdentifierString

shouldRecordSeries

val shouldRecordSeriesBoolean