nugu-android
nugu-agent
/
com.skt.nugu.sdk.agent.ext.mediaplayer
/
User
User
data
class
User
(
val
isLogIn
:
String
,
val
hasVoucher
:
String
)
Content copied to clipboard
User information. If not supported, should be null. When create event, exclude field not supported.
Constructors
Functions
Properties
Constructors
User
Link copied to clipboard
fun
User
(
isLogIn
:
String
,
hasVoucher
:
String
)
Content copied to clipboard
Functions
to
Json
Link copied to clipboard
fun
toJson
(
)
:
JsonElement
Content copied to clipboard
Properties
has
Voucher
Link copied to clipboard
@
SerializedName
(
value
=
"hasVoucher"
)
val
hasVoucher
:
String
Content copied to clipboard
is
Log
In
Link copied to clipboard
@
SerializedName
(
value
=
"isLogIn"
)
val
isLogIn
:
String
Content copied to clipboard