Message extension type
Payload for the {@link Messaging.send} operation. The payload contains all the fields in the BaseMessage type, and exactly one of token, topic or condition.
- on
- Implemented types
- Implementers
- Available extensions
Properties
- android → AndroidConfig?
-
The Android-specific options for messages sent through FCM
no setterinherited
- apns → ApnsConfig?
-
The APNs-specific options for messages sent through FCM
no setterinherited
- data → JSObject?
-
The data to send in this message
no setterinherited
- fcmOptions → FcmOptions?
-
Generic FCM options
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- notification → Notification?
-
The notification that will display to end users
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- webpush → WebpushConfig?
-
The Webpush-specific options for messages sent through FCM
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited