GWIoTApi
Toggle table of contents
1.4.4
common
Platform filter
common
Switch theme
Search in API
GWIoTApi
GWIoTApi
/
com.gw.gwiotapi.entities
/
PushData
Push
Data
@
Serializable
(
with
=
PushDataSerializer::class
)
sealed
class
PushData
Inheritors
SimplePush
DevAlmTrg
MsgCenter
Members
Types
Dev
Alm
Trg
Link copied to clipboard
@
Serializable
data
class
DevAlmTrg
(
val
deviceId
:
String
,
val
evtId
:
String
,
val
trgTime
:
Long
,
val
trgType
:
Long
,
val
devCfg
:
Int
)
:
PushData
Msg
Center
Link copied to clipboard
@
Serializable
data
class
MsgCenter
(
val
showOption
:
Int
,
val
tag
:
String
,
val
title
:
String
,
val
topic
:
String
,
val
type
:
Int
,
val
url
:
String
)
:
PushData
Simple
Push
Link copied to clipboard
@
Serializable
data
class
SimplePush
(
val
deviceId
:
String
,
longPushType
:
Long
,
val
pushTime
:
Long
,
val
pushContent
:
PushData.SimplePush.Content
)
:
PushData