ChannelsApi
Functions
Link copied to clipboard
suspend fun getAllChannelFeatures(): Response<List<ERROR CLASS: Symbol not found for ChannelFeatures>>
Get all channel features.
Link copied to clipboard
suspend fun getChannelFeatures(channelId: ERROR CLASS: Symbol not found for UUID): Response<ERROR CLASS: Symbol not found for ChannelFeatures>
Get channel features.
Link copied to clipboard
suspend fun getChannelItems(request: ERROR CLASS: Symbol not found for GetChannelItemsRequest): Response<ERROR CLASS: Symbol not found for BaseItemDtoQueryResult>
suspend fun getChannelItems(channelId: ERROR CLASS: Symbol not found for UUID, folderId: ERROR CLASS: Symbol not found for UUID?? = null, userId: ERROR CLASS: Symbol not found for UUID?? = null, startIndex: Int? = null, limit: Int? = null, sortOrder: Collection<ERROR CLASS: Symbol not found for SortOrder>? = emptyList(), filters: Collection<ERROR CLASS: Symbol not found for ItemFilter>? = emptyList(), sortBy: Collection<ERROR CLASS: Symbol not found for ItemSortBy>? = emptyList(), fields: Collection<ERROR CLASS: Symbol not found for ItemFields>? = emptyList()): Response<ERROR CLASS: Symbol not found for BaseItemDtoQueryResult>
Get channel items.
Link copied to clipboard
suspend fun getChannels(request: ERROR CLASS: Symbol not found for GetChannelsRequest = GetChannelsRequest()): Response<ERROR CLASS: Symbol not found for BaseItemDtoQueryResult>
suspend fun getChannels(userId: ERROR CLASS: Symbol not found for UUID?? = null, startIndex: Int? = null, limit: Int? = null, supportsLatestItems: Boolean? = null, supportsMediaDeletion: Boolean? = null, isFavorite: Boolean? = null): Response<ERROR CLASS: Symbol not found for BaseItemDtoQueryResult>
Gets available channels.
Link copied to clipboard
suspend fun getLatestChannelItems(request: ERROR CLASS: Symbol not found for GetLatestChannelItemsRequest = GetLatestChannelItemsRequest()): Response<ERROR CLASS: Symbol not found for BaseItemDtoQueryResult>
suspend fun getLatestChannelItems(userId: ERROR CLASS: Symbol not found for UUID?? = null, startIndex: Int? = null, limit: Int? = null, filters: Collection<ERROR CLASS: Symbol not found for ItemFilter>? = emptyList(), fields: Collection<ERROR CLASS: Symbol not found for ItemFields>? = emptyList(), channelIds: Collection<ERROR CLASS: Symbol not found for UUID>? = emptyList()): Response<ERROR CLASS: Symbol not found for BaseItemDtoQueryResult>
Gets latest channel items.