Miscellaneous
Triggering and Responding to Push Notifications
INFO
Push notifications are not enabled by default for all apps. If you want us to enable them in your app then email us at [email protected].
Start a push notifications service
To start the push notifications service all you need is a sender ID.
Respond to push notification "start" events
Triggered when the push notifications service is started successfully and an FCM registration token has been received.
Respond to push notification "receive" events
Triggered when a push notifications service is received.
Respond to push notification "error" events
Triggered when the push notifications service is started successfully and an FCM registration token has been received.
Respond to push notification "tokenUpdate" events
Triggered when the FCM registration token has been updated.