PushResult class

推送消息

Constructors

PushResult.fromMap(Map map)

Properties

fenceAlarmPushInfo ↔ FenceAlarmPushInfo
围栏报警推送信息(本地围栏、服务端围栏)
read / write
hashCode → int
The hash code for this object. [...]
read-only, inherited
message ↔ String
其他消息(开发者自定义消息、系统预留消息)
read / write
messageType ↔ int
消息类型
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toMap() → Map
toString() → String
Returns a string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator. [...]
inherited