Android Programming Press on the image to return to the main documentation page.

iFirebaseNotifications

List of types:

FirebaseMessaging

FirebaseMessaging


Events:

FCMConnected

Members:


  FCMConnect

  FCMDisconnect

  Initialize (EventName As String)

  SubscribeToTopic (Topic As String)

  UnsubscribeFromTopic (Topic As String)

Members description:

FCMConnect
Connectes to the FCM service. Should be called from Application_Active event.
FCMDisconnect
Disconnects from the FCM service. Should be called from Application_Background event.
Initialize (EventName As String)
Initializes the object.
SubscribeToTopic (Topic As String)
Subscribes to a topic. Should be called from the FCMConnected event.
UnsubscribeFromTopic (Topic As String)
Unsubscribes from a topic. Should be called from the FCMConnected event.
Top