Class NotificationSDKClient


  • public class NotificationSDKClient
    extends java.lang.Object
    This class provides the main functions of the Notification SDK Client.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String VERSION
      Version of the Notification SDK
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Map<java.lang.String,​java.lang.String> getCustomAttributes​(android.content.Intent notification)
      Parses the notification provided as an Android Intent and returns the custom attributes as an HashMap.
      static boolean isForegroundNotification​(android.content.Intent intent)
      Check if the provided intent is a foreground notification.
      static boolean isVASCONotification​(android.content.Intent notification)
      Check if the provided intent is a valid VASCO notification.
      static java.lang.String parseVASCONotification​(android.content.Intent notification)
      Parses the notification provided as an Android Intent and returns the associated content as a String.
      static void registerNotificationService​(android.content.Context context, NotificationSDKClient.NotificationSDKClientListener notificationSDKClientListener)
      Registers to the Firebase Cloud Messaging service.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait