Firebase.Messaging

Summary

Enumerations

Error{
  None = 0,
  FailedToRegisterForRemoteNotifications,
  InvalidTopicName,
  NoRegistrationToken,
  Unknown
}
enum
Error code returned by Firebase Cloud Messaging C++ functions.

Classes

Firebase.Messaging.AndroidNotificationParams

Data structure for parameters that are unique to the Android implementation.

Firebase.Messaging.FirebaseMessage

Data structure used to send messages to, and receive messages from, cloud messaging.

Firebase.Messaging.FirebaseMessaging

Firebase Cloud Messaging API.

Firebase.Messaging.FirebaseNotification

Used for messages that display a notification.

Firebase.Messaging.MessageReceivedEventArgs

Event argument for the MessageReceived event containing the message data.

Firebase.Messaging.MessagingOptions

A class to configure the behavior of Firebase Cloud Messaging.

Firebase.Messaging.TokenReceivedEventArgs

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.