FcmPushProvider

Provides the implementation for Firebase Cloud Messaging (FCM) push provider.

FcmPushProvider

Provides the implementation for Firebase Cloud Messaging (FCM) push provider.

Syntax: class FcmPushProvider : PushProvider

Properties

PropertySyntax
servicesHelperopen override val servicesHelper: PushServicesHelper

Functions

FunctionsDescription
processTokenProcesses a received token from the push notification service.
registerRegisters a token with the push notification service.
subscribeSubscribes to a specific topic for push notifications. It allows the application to receive notifications related to the specified topic.
unsubscribeUnsubscribe from a specific topic for push notifications. It stops the application from receiving notifications related to the specified topic.