Package 

Object FirebaseMessagingDelegate

    • Method Detail

      • handleRemoteMessage

         final static Boolean handleRemoteMessage(RemoteMessage remoteMessage)

        Handles remoteMessage from Firebase. If the remoteMessage wasn't sent from the Stream Server and doesn't contain the needed data, return false to notify you that this remoteMessage needs to be handled by you.

        Parameters:
        remoteMessage - The message to be handled.