Firebase.Messaging
Summary
Enumerations |
|
---|---|
Error{
|
enum |
Classes |
|
---|---|
Firebase. |
Data structure for parameters that are unique to the Android implementation. |
Firebase. |
Data structure used to send messages to, and receive messages from, cloud messaging. |
Firebase. |
|
Firebase. |
Used for messages that display a notification. |
Firebase. |
Event argument for the MessageReceived event containing the message data. |
Firebase. |
A class to configure the behavior of Firebase Cloud Messaging. |
Firebase. |
Token argument for the TokenReceived event containing the token string. |
Enumerations
Error
Error
Error code returned by Firebase Cloud Messaging C++ functions.
Properties | |
---|---|
FailedToRegisterForRemoteNotifications
|
Permission to receive notifications was not granted. |
InvalidTopicName
|
Topic name is invalid for subscription/unsubscription. |
NoRegistrationToken
|
Could not subscribe/unsubscribe because there is no registration token. |
None
|
The operation was a success, no error occurred. |
Unknown
|
Unknown error. |