GWIoTApi
Toggle table of contents
1.4.4
common
Platform filter
common
Switch theme
Search in API
GWIoTApi
GWIoTApi
/
com.gw.gwiotapi.entities
/
PushData
/
MsgCenter
Msg
Center
@
Serializable
data
class
MsgCenter
(
val
showOption
:
Int
,
val
tag
:
String
,
val
title
:
String
,
val
topic
:
String
,
val
type
:
Int
,
val
url
:
String
)
:
PushData
Members
Constructors
Msg
Center
Link copied to clipboard
constructor
(
showOption
:
Int
,
tag
:
String
,
title
:
String
,
topic
:
String
,
type
:
Int
,
url
:
String
)
Properties
show
Option
Link copied to clipboard
@
SerialName
(
value
=
"showOption"
)
val
showOption
:
Int
tag
Link copied to clipboard
@
SerialName
(
value
=
"tag"
)
val
tag
:
String
title
Link copied to clipboard
@
SerialName
(
value
=
"title"
)
val
title
:
String
topic
Link copied to clipboard
@
SerialName
(
value
=
"topic"
)
val
topic
:
String
type
Link copied to clipboard
@
SerialName
(
value
=
"type"
)
val
type
:
Int
url
Link copied to clipboard
@
SerialName
(
value
=
"url"
)
val
url
:
String