nugu-android
nugu-agent
/
com.skt.nugu.sdk.agent.ext.mediaplayer
/
Context
Context
data
class
Context
(
val
appStatus
:
String
,
val
playerActivity
:
PlayerActivity
,
val
user
:
User
?
,
val
currentSong
:
Song
?
,
val
playlist
:
Playlist
?
,
val
toggle
:
Toggle
?
)
Content copied to clipboard
Constructors
Properties
Constructors
Context
Link copied to clipboard
fun
Context
(
appStatus
:
String
,
playerActivity
:
PlayerActivity
,
user
:
User
?
,
currentSong
:
Song
?
,
playlist
:
Playlist
?
,
toggle
:
Toggle
?
)
Content copied to clipboard
Properties
app
Status
Link copied to clipboard
@
SerializedName
(
value
=
"appStatus"
)
val
appStatus
:
String
Content copied to clipboard
current
Song
Link copied to clipboard
@
SerializedName
(
value
=
"currentSong"
)
val
currentSong
:
Song
?
Content copied to clipboard
player
Activity
Link copied to clipboard
@
SerializedName
(
value
=
"playerActivity"
)
val
playerActivity
:
PlayerActivity
Content copied to clipboard
playlist
Link copied to clipboard
@
SerializedName
(
value
=
"playlist"
)
val
playlist
:
Playlist
?
Content copied to clipboard
toggle
Link copied to clipboard
@
SerializedName
(
value
=
"toggle"
)
val
toggle
:
Toggle
?
Content copied to clipboard
user
Link copied to clipboard
@
SerializedName
(
value
=
"user"
)
val
user
:
User
?
Content copied to clipboard