Class MeaTokenPlatform.Rns

  • Enclosing class:
    MeaTokenPlatform

    public static class MeaTokenPlatform.Rns
    extends java.lang.Object
    Remote Notification Service interface.
    • Constructor Summary

      Constructors 
      Constructor Description
      Rns()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isMeaRemoteMessage​(java.util.Map messageData)
      Check if the remote message is dedicated message for the library.
      static boolean isMeaTransactionMessage​(java.util.Map messageData)
      Check if the remote message is dedicated transaction message for the library.
      static void onMessageReceived​(java.util.Map<java.lang.String,​java.lang.String> messageData)
      Forwards remote notification service message to the library.
      static MeaTransactionMessage parseTransactionMessage​(java.util.Map<java.lang.String,​java.lang.String> messageData)
      Deserialize transaction message data into an object of the MeaTransactionMessage class.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Rns

        public Rns()
    • Method Detail

      • isMeaRemoteMessage

        public static boolean isMeaRemoteMessage​(@NonNull
                                                 java.util.Map messageData)
        Check if the remote message is dedicated message for the library.
        Parameters:
        messageData - The remote message data.
        Returns:
        push message check value to be MeaWallet push message as Boolean.
      • isMeaTransactionMessage

        public static boolean isMeaTransactionMessage​(@NonNull
                                                      java.util.Map messageData)
        Check if the remote message is dedicated transaction message for the library.
        Parameters:
        messageData - The remote message data.
        Returns:
        push message check value to be MeaWallet push message as Boolean.