Fcm Client Helper
Main interaction class for the FCM client
Author
Umang Chamaria
Types
Functions
Link copied to clipboard
Register a callback for FCM events.
Link copied to clipboard
fun initialise(logLevel: Logger.LogLevel = Logger.LogLevel.ERROR, retryInterval: Long = DEFAULT_RETRY_INTERVAL)
Content copied to clipboard
Initialize the FCM client. This needs to be called from the onCreate() of Application class.
Link copied to clipboard
Remove of a registered callback for FCM events
Link copied to clipboard
Subscribe to the given list of topics
Link copied to clipboard
To un-subscribe from messaging topics.