toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.actions
/
VideoClickActionHolder
Video
Click
Action
Holder
object
VideoClickActionHolder
(
source
)
Members
Properties
all
Video
Click
Actions
Link copied to clipboard
val
allVideoClickActions
:
MutableList
<
VideoClickAction
>
Functions
get
Action
By
Id
Link copied to clipboard
fun
getActionById
(
id
:
Int
)
:
VideoClickAction
?
get
By
Unique
Id
Link copied to clipboard
fun
getByUniqueId
(
uniqueId
:
String
)
:
VideoClickAction
?
get
Players
Link copied to clipboard
fun
getPlayers
(
activity
:
Activity
?
=
null
)
:
List
<
VideoClickAction
>
make
Option
Map
Link copied to clipboard
fun
makeOptionMap
(
activity
:
Activity
?
,
video
:
ResultEpisode
)
:
List
<
Pair
<
UiText
,
Int
>
>
unique
Id
To
Id
Link copied to clipboard
fun
uniqueIdToId
(
uniqueId
:
String
?
)
:
Int
?