MoEFireBaseHelper
Helper class for MoEngage Firebase Module.
Author
Umang Chamaria
Since
9.4.00
Types
Functions
addNonMoEngagePushListener
Link copied to clipboard
Register a listener to receive a callback whenever a push is received which isn't from MoEngage.
addTokenListener
Link copied to clipboard
Register a listener to receive a callbacks whenever a token is generated or updated.
generatePushToken
Link copied to clipboard
Generates Push Token.
getPushToken
Link copied to clipboard
Get saved Push Token(if any) for the account configured as default.
Get saved Push Token(if any) for the given account.
passPushPayload
Link copied to clipboard
Pass the payload received from FCM to the MoEngage SDK for showing Push Notification.
passPushToken
Link copied to clipboard
Helper API to pass the push token to the MoEngage platform.
registerForToken
Link copied to clipboard
API to register for FCM Token. Call this API only if you are delaying the SDK initialisation else this is not required.
removeNonMoEngagePushListener
Link copied to clipboard
Remove a registered NonMoEngagePushListener
removeTokenListener
Link copied to clipboard
Remove registered TokenAvailableListener