nugu-android
nugu-agent
/
com.skt.nugu.sdk.agent.display
/
DisplayAgent
/
DisplayContext
Display
Context
data
class
DisplayContext
(
val
playServiceId
:
String
?
,
val
token
:
String
?
,
val
focusedItemToken
:
String
?
,
val
visibleTokenList
:
List
<
String
>
?
)
Content copied to clipboard
Types
Constructors
Properties
Constructors
Display
Context
Link copied to clipboard
fun
DisplayContext
(
playServiceId
:
String
?
,
token
:
String
?
,
focusedItemToken
:
String
?
,
visibleTokenList
:
List
<
String
>
?
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Properties
focused
Item
Token
Link copied to clipboard
val
focusedItemToken
:
String
?
Content copied to clipboard
play
Service
Id
Link copied to clipboard
val
playServiceId
:
String
?
Content copied to clipboard
token
Link copied to clipboard
val
token
:
String
?
Content copied to clipboard
visible
Token
List
Link copied to clipboard
val
visibleTokenList
:
List
<
String
>
?
Content copied to clipboard