Cloudstream
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Cloudstream
App
/
com.lagradost.cloudstream3.utils
/
TvChannelUtils
Tv
Channel
Utils
object
TvChannelUtils
(
source
)
Members
Functions
add
Programs
Link copied to clipboard
fun
addPrograms
(
context
:
Context
,
channelId
:
Long
,
items
:
List
<
SearchResponse
>
)
Insert programs into a channel
create
Tv
Channel
Link copied to clipboard
fun
createTvChannel
(
context
:
Context
)
delete
Stored
Programs
Link copied to clipboard
fun
deleteStoredPrograms
(
context
:
Context
)
get
Channel
Id
Link copied to clipboard
fun
getChannelId
(
context
:
Context
,
channelName
:
String
)
:
Long
?
get
Stored
Program
Ids
Link copied to clipboard
fun
Context
.
getStoredProgramIds
(
)
:
List
<
Long
>
remove
Program
Id
Link copied to clipboard
fun
Context
.
removeProgramId
(
programId
:
Long
)
save
Program
Id
Link copied to clipboard
fun
Context
.
saveProgramId
(
programId
:
Long
)