ChannelFeatures
data class ChannelFeatures(val name: String, val id: UUID, val canSearch: Boolean, val mediaTypes: List<ChannelMediaType>, val contentTypes: List<ChannelMediaContentType>, val maxPageSize: Int? = null, val autoRefreshLevels: Int? = null, val defaultSortFields: List<ChannelItemSortField>, val supportsSortOrderToggle: Boolean, val supportsLatestMedia: Boolean, val canFilter: Boolean, val supportsContentDownloading: Boolean)
Constructors
Link copied to clipboard
constructor(name: String, id: UUID, canSearch: Boolean, mediaTypes: List<ChannelMediaType>, contentTypes: List<ChannelMediaContentType>, maxPageSize: Int? = null, autoRefreshLevels: Int? = null, defaultSortFields: List<ChannelItemSortField>, supportsSortOrderToggle: Boolean, supportsLatestMedia: Boolean, canFilter: Boolean, supportsContentDownloading: Boolean)
Properties
Link copied to clipboard
The automatic refresh levels.
Link copied to clipboard
The content types.
Link copied to clipboard
The default sort orders.
Link copied to clipboard
The maximum number of records the channel allows retrieving at a time.
Link copied to clipboard
The media types.
Link copied to clipboard
A value indicating whether supports content downloading.
Link copied to clipboard
A value indicating whether supports latest media.
Link copied to clipboard
A value indicating whether a sort ascending/descending toggle is supported.