Package 

Interface IFcmMessageHandler

    • Method Summary

      Modifier and Type Method Description
      abstract boolean createNotification(Context applicationContext, RemoteMessage message) Creates notification from Firebase Remote message
      abstract boolean onNewToken(Context applicationContext, String token) Processes new token from Firebase
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • createNotification

         abstract boolean createNotification(Context applicationContext, RemoteMessage message)

        Creates notification from Firebase Remote message

        Parameters:
        applicationContext - - application context
        message - - Firebase Remote message
      • onNewToken

         abstract boolean onNewToken(Context applicationContext, String token)

        Processes new token from Firebase

        Parameters:
        applicationContext - - application context
        token - - fcm token received from Firebase SDK