public enum UnbluNotificationTag extends java.lang.Enum<UnbluNotificationTag>
IUnbluEventApi.Notification.VALUE_TAG
Enum Constant and Description |
---|
CALL
Send when a call message is send
|
MESSAGE
Send when a chat message is send
|
QUEUE
Send when a new chat requests is added to the queue, it is redeemed, forwarded or similar actions.
|
UNKNOWN
Send when there is no specific tag
|
Modifier and Type | Method and Description |
---|---|
static UnbluNotificationTag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UnbluNotificationTag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UnbluNotificationTag QUEUE
public static final UnbluNotificationTag MESSAGE
public static final UnbluNotificationTag CALL
public static final UnbluNotificationTag UNKNOWN
public static UnbluNotificationTag[] values()
for (UnbluNotificationTag c : UnbluNotificationTag.values()) System.out.println(c);
public static UnbluNotificationTag valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null