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
Property | Syntax |
---|---|
servicesHelper | open override val servicesHelper: PushServicesHelper |
Functions
Functions | Description |
---|---|
processToken | Processes a received token from the push notification service. |
register | Registers a token with the push notification service. |
subscribe | Subscribes to a specific topic for push notifications. It allows the application to receive notifications related to the specified topic. |
unsubscribe | Unsubscribe from a specific topic for push notifications. It stops the application from receiving notifications related to the specified topic. |
Updated 8 days ago