Cloudstream
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Cloudstream
App
/
com.lagradost.cloudstream3.ui.player.source_priority
/
ProfileSettings
Profile
Settings
sealed
class
ProfileSettings
<
T
>
(
val
key
:
String
,
val
defaultValue
:
T
)
(
source
)
Inheritors
HideErrorSources
HideNegativeSources
Members
Constructors
Profile
Settings
Link copied to clipboard
protected
constructor
(
key
:
String
,
defaultValue
:
T
)
Types
Hide
Error
Sources
Link copied to clipboard
object
HideErrorSources
:
ProfileSettings
<
Boolean
>
Hide
Negative
Sources
Link copied to clipboard
object
HideNegativeSources
:
ProfileSettings
<
Boolean
>
Properties
default
Value
Link copied to clipboard
val
defaultValue
:
T
key
Link copied to clipboard
val
key
:
String