SkipDays

data class SkipDays(val day: List<Int>)

A hint for aggregators telling them which days they can skip. This element contains up to seven sub-elements whose value is Monday, Tuesday, Wednesday, Thursday, Friday, Saturday or Sunday. Aggregators may not read the channel during days listed in the element.

Constructors

Link copied to clipboard
fun SkipDays(day: List<Int>)

Properties

Link copied to clipboard
val day: List<Int>

Sources

Link copied to clipboard