RemoteMessage class

Properties

analyticInfo String?
final
analyticInfoMap Map<String, String>?
final
collapseKey String?
final
data String?
final
dataOfMap Map<String, String>?
final
from String?
final
getAnalyticInfo String?
Obtains the tag of a message in a batch delivery task (bi_tag).
no setter
getAnalyticInfoMap Map<String, String>?
Obtains the analysis data of the Map type.
no setter
getCollapseKey String?
Obtains the classification identifier (collapse key) of a message.
no setter
getData String?
Obtains the payload of a message.
no setter
getDataOfMap Map<String, String>?
Obtains the payload of a Map message.
no setter
getFrom String?
Obtains the source of a message.
no setter
getMessageId String?
Obtains the ID of a message.
no setter
getMessageType String?
Obtains the type of a message.
no setter
getNotification RemoteMessageNotification?
Obtains the notification data instance from a message.
no setter
getOriginalUrgency int?
Obtains the message priority set by an app.
no setter
getSentTime int?
Obtains the time when a message is sent from the server.
no setter
getTo String?
Obtains the recipient of a message.
no setter
getToken String?
Obtains the token in a message.
no setter
getTtl int?
Obtains the maximum cache duration of a message.
no setter
getUrgency int?
Obtains the message priority set on the Huawei Push Kit server.
no setter
hashCode int
The hash code for this object.
no setterinherited
messageId String?
final
notification RemoteMessageNotification?
final
originalUrgency int?
final
receiptMode int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendMode int?
final
sentTime int?
final
to String?
final
token String?
final
ttl int?
final
type String?
final
urgency int?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

ANALYTIC_INFO_MAP → const String
ANALYTICS_INFO → const String
COLLAPSE_KEY → const String
DATA → const String
DATA_OF_MAP → const String
FROM → const String
INSTANCE_ID_SCOPE → const String
MESSAGE_ID → const String
MESSAGE_TYPE → const String
NOTIFICATION → const String
ORIGINAL_URGENCY → const String
PRIORITY_HIGH → const int
PRIORITY_NORMAL → const int
PRIORITY_UNKNOWN → const int
RECEIPT_MODE → const String
SEND_MODE → const String
SENT_TIME → const String
TO → const String
TOKEN → const String
TTL → const String
URGENCY → const String