ChannelFeatures
@Serializable
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.