Enum Class UnbluNotificationTag

java.lang.Object
java.lang.Enum<UnbluNotificationTag>
com.unblu.sdk.core.notification.UnbluNotificationTag
All Implemented Interfaces:
Serializable, Comparable<UnbluNotificationTag>, Constable

public enum UnbluNotificationTag extends Enum<UnbluNotificationTag>
Possible values of the notification event tag. see: EventNotification
  • Enum Constant Details

    • QUEUE

      public static final UnbluNotificationTag QUEUE
      Sent when a new chat request is added to the queue, redeemed, forwarded or a similar action occurs.
    • MESSAGE

      public static final UnbluNotificationTag MESSAGE
      Sent when a chat notification message is sent
    • CALL

      public static final UnbluNotificationTag CALL
      Sent when a call notification message is sent
    • MISSED_CALL

      public static final UnbluNotificationTag MISSED_CALL
      Sent when an incoming call is missed or rejected
    • UNKNOWN

      public static final UnbluNotificationTag UNKNOWN
      Sent when there is no specific notification tag
  • Method Details

    • values

      public static UnbluNotificationTag[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static UnbluNotificationTag valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null