Package 

Interface NotificationHandler

    • Method Summary

      Modifier and Type Method Description
      abstract boolean onMessageReceived(Context applicationContext, Bundle message, String pushType)
      abstract boolean onNewToken(Context applicationContext, String token, PushType pushType)
      • Methods inherited from class java.lang.Object

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

      • onMessageReceived

         abstract boolean onMessageReceived(Context applicationContext, Bundle message, String pushType)
        Parameters:
        applicationContext - - application context
        message - - notification message from cloud messaging owners
      • onNewToken

         abstract boolean onNewToken(Context applicationContext, String token, PushType pushType)
        Parameters:
        applicationContext - - application context
        token - - token received from cloud messaging owners