MessagePayloadRule<Data> class abstract

Interface representing a Firebase Cloud Messaging message payload. One or both of the data and notification keys are required.

See Build send requests for code samples and detailed documentation.

Implementers
Annotations
  • @BuiltValue(instantiable: false)

Constructors

MessagePayloadRule()

Properties

hashCode int
The hash code for this object.
no setterinherited
notification NotificationPayload?
The notification message payload.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(MessagePayloadRuleBuilder b)) MessagePayloadRule
toBuilder() MessagePayloadRuleBuilder
toString() String
A string representation of this object.
inherited

Operators

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