nugu-android
nugu-agent
/
com.skt.nugu.sdk.agent
/
DefaultScreenAgent
/
TurnOnPayload
Turn
On
Payload
data
class
TurnOnPayload
(
val
playServiceId
:
String
,
val
brightness
:
Long
)
Content copied to clipboard
Constructors
Properties
Constructors
Turn
On
Payload
Link copied to clipboard
fun
TurnOnPayload
(
playServiceId
:
String
,
brightness
:
Long
)
Content copied to clipboard
Properties
brightness
Link copied to clipboard
@
SerializedName
(
value
=
"brightness"
)
val
brightness
:
Long
Content copied to clipboard
play
Service
Id
Link copied to clipboard
@
SerializedName
(
value
=
"playServiceId"
)
val
playServiceId
:
String
Content copied to clipboard