MessagingDeviceResult class

Constructors

MessagingDeviceResult({required FirebaseAdminException? error, required String? messageId, required String? canonicalRegistrationToken})

Properties

canonicalRegistrationToken String?
The canonical registration token for the client app that the message was processed and sent to. You should use this value as the registration token for future requests. Otherwise, future messages might be rejected.
final
error FirebaseAdminException?
The error that occurred when processing the message for the recipient.
final
hashCode int
The hash code for this object.
no setterinherited
messageId String?
A unique ID for the successfully processed message.
final
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
toString() String
A string representation of this object.
inherited

Operators

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