nugu-android
nugu-ux-kit
/
com.skt.nugu.sdk.platform.android.ux.template.model
/
Settings
Settings
data
class
Settings
(
val
favorite
:
Boolean
?
,
val
repeat
:
Repeat
?
,
val
shuffle
:
Boolean
?
)
Content copied to clipboard
Constructors
Properties
Constructors
Settings
Link copied to clipboard
fun
Settings
(
favorite
:
Boolean
?
,
repeat
:
Repeat
?
,
shuffle
:
Boolean
?
)
Content copied to clipboard
Properties
favorite
Link copied to clipboard
@
SerializedName
(
value
=
"favorite"
)
val
favorite
:
Boolean
?
Content copied to clipboard
repeat
Link copied to clipboard
@
SerializedName
(
value
=
"repeat"
)
val
repeat
:
Repeat
?
Content copied to clipboard
shuffle
Link copied to clipboard
@
SerializedName
(
value
=
"shuffle"
)
val
shuffle
:
Boolean
?
Content copied to clipboard