FCMResponse.Result

Undocumented in source.

Members

Variables

error
string error;

String specifying the error that occurred when processing the message for the recipient. The possible values can be found in: https://firebase.google.com/docs/cloud-messaging/http-server-ref#table9

messageId
string messageId;

String specifying a unique ID for each successfully processed message.

registrationId
string registrationId;

Optional string specifying the canonical registration token for the client app that the message was processed and sent to. Sender should use this value as the registration token for future requests. Otherwise, the messages might be rejected.

Meta