SimplePush

@Serializable
data class SimplePush(val deviceId: String, longPushType: Long, val pushTime: Long, val pushContent: PushData.SimplePush.Content) : PushData

Constructors

Link copied to clipboard
constructor(deviceId: String, longPushType: Long, pushTime: Long, pushContent: PushData.SimplePush.Content)

Types

Link copied to clipboard
@Serializable
data class Content(typeStr: String, val value: String, val flag: Int, alarmTypeLong: Long?, val alarmId: String?)
Link copied to clipboard

Properties

Link copied to clipboard

设备ID

Link copied to clipboard
Link copied to clipboard

推送时间(ms)

Link copied to clipboard