toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.ui.player.source_priority
/
SourcePriority
Source
Priority
data
class
SourcePriority
<
T
>
(
val
data
:
T
,
val
name
:
String
,
var
priority
:
Int
)
(
source
)
Members
Constructors
Source
Priority
Link copied to clipboard
constructor
(
data
:
T
,
name
:
String
,
priority
:
Int
)
Properties
data
Link copied to clipboard
val
data
:
T
name
Link copied to clipboard
val
name
:
String
priority
Link copied to clipboard
var
priority
:
Int