toggle menu
BlendVision Android Player SDK
androidJvm
switch theme
search in API
bv-playback
/
com.blendvision.player.playback.presentation.model.setting
/
SettingOption
Setting
Option
data
class
SettingOption
(
val
label
:
String
,
val
selected
:
Boolean
,
val
type
:
SettingOption.Type
)
Members
Constructors
Setting
Option
Link copied to clipboard
constructor
(
label
:
String
,
selected
:
Boolean
,
type
:
SettingOption.Type
)
Types
Type
Link copied to clipboard
enum
Type
:
Enum
<
SettingOption.Type
>
Properties
label
Link copied to clipboard
val
label
:
String
selected
Link copied to clipboard
val
selected
:
Boolean
type
Link copied to clipboard
val
type
:
SettingOption.Type
Functions
component1
Link copied to clipboard
operator
fun
component1
(
)
:
String
component2
Link copied to clipboard
operator
fun
component2
(
)
:
Boolean
component3
Link copied to clipboard
operator
fun
component3
(
)
:
SettingOption.Type
copy
Link copied to clipboard
fun
copy
(
label
:
String
,
selected
:
Boolean
,
type
:
SettingOption.Type
)
:
SettingOption