getLiveTvChannels

suspend fun getLiveTvChannels(type: <Error class: unknown class>? = null, userId: <Error class: unknown class>? = null, startIndex: Int? = null, isMovie: Boolean? = null, isSeries: Boolean? = null, isNews: Boolean? = null, isKids: Boolean? = null, isSports: Boolean? = null, limit: Int? = null, isFavorite: Boolean? = null, isLiked: Boolean? = null, isDisliked: Boolean? = null, enableImages: Boolean? = null, imageTypeLimit: Int? = null, enableImageTypes: Collection<<Error class: unknown class>>? = emptyList(), fields: Collection<<Error class: unknown class>>? = emptyList(), enableUserData: Boolean? = null, sortBy: Collection<<Error class: unknown class>>? = emptyList(), sortOrder: <Error class: unknown class>? = null, enableFavoriteSorting: Boolean? = false, addCurrentProgram: Boolean? = true): Response<<Error class: unknown class>>

Gets available live tv channels.

Parameters

type

Optional. Filter by channel type.

userId

Optional. Filter by user and attach user data.

startIndex

Optional. The record index to start at. All items with a lower index will be dropped from the results.

isMovie

Optional. Filter for movies.

isSeries

Optional. Filter for series.

isNews

Optional. Filter for news.

isKids

Optional. Filter for kids.

isSports

Optional. Filter for sports.

limit

Optional. The maximum number of records to return.

isFavorite

Optional. Filter by channels that are favorites, or not.

isLiked

Optional. Filter by channels that are liked, or not.

isDisliked

Optional. Filter by channels that are disliked, or not.

enableImages

Optional. Include image information in output.

imageTypeLimit

Optional. The max number of images to return, per image type.

enableImageTypes

"Optional. The image types to include in the output.

fields

Optional. Specify additional fields of information to return in the output.

enableUserData

Optional. Include user data.

sortBy

Optional. Key to sort by.

sortOrder

Optional. Sort order.

enableFavoriteSorting

Optional. Incorporate favorite and like status into channel sorting.

addCurrentProgram

Optional. Adds current program info to each channel.


suspend fun getLiveTvChannels(request: <Error class: unknown class> = GetLiveTvChannelsRequest()): Response<<Error class: unknown class>>

Gets available live tv channels.

Parameters

request

The request parameters