nugu-android
nugu-interface
/
com.skt.nugu.sdk.core.interfaces.context
/
PlayStackManagerInterface
/
PlayContext
Play
Context
data
class
PlayContext
(
val
playServiceId
:
String
,
val
timestamp
:
Long
,
val
isBackground
:
Boolean
=
false
,
val
persistent
:
Boolean
=
true
,
val
affectPersistent
:
Boolean
=
true
)
Content copied to clipboard
Constructors
Properties
Constructors
Play
Context
Link copied to clipboard
fun
PlayContext
(
playServiceId
:
String
,
timestamp
:
Long
,
isBackground
:
Boolean
=
false
,
persistent
:
Boolean
=
true
,
affectPersistent
:
Boolean
=
true
)
Content copied to clipboard
Properties
affect
Persistent
Link copied to clipboard
val
affectPersistent
:
Boolean
=
true
Content copied to clipboard
is
Background
Link copied to clipboard
val
isBackground
:
Boolean
=
false
Content copied to clipboard
persistent
Link copied to clipboard
val
persistent
:
Boolean
=
true
Content copied to clipboard
play
Service
Id
Link copied to clipboard
val
playServiceId
:
String
Content copied to clipboard
timestamp
Link copied to clipboard
val
timestamp
:
Long
Content copied to clipboard