Firebase.Messaging.RegistrationReceivedEventArgs

Argument for the RegistrationReceived event containing the installation ID string.

Summary

Inheritance

Inherits from: EventArgs

Constructors and Destructors

RegistrationReceivedEventArgs(string installationId)

Properties

InstallationId
string
The Firebase Installation ID (FID) used for sending messages to this app instance.

Properties

InstallationId

string InstallationId

The Firebase Installation ID (FID) used for sending messages to this app instance.

Public functions

RegistrationReceivedEventArgs

 RegistrationReceivedEventArgs(
  string installationId
)