nugu-android
nugu-ux-kit
/
com.skt.nugu.sdk.platform.android.ux.template.model
/
AudioPlayerTitle
Audio
Player
Title
data
class
AudioPlayerTitle
(
val
iconUrl
:
String
?
,
val
text
:
String
?
)
Content copied to clipboard
Constructors
Properties
Constructors
Audio
Player
Title
Link copied to clipboard
fun
AudioPlayerTitle
(
iconUrl
:
String
?
,
text
:
String
?
)
Content copied to clipboard
Properties
icon
Url
Link copied to clipboard
@
SerializedName
(
value
=
"iconUrl"
)
val
iconUrl
:
String
?
Content copied to clipboard
text
Link copied to clipboard
@
SerializedName
(
value
=
"text"
)
val
text
:
String
?
Content copied to clipboard