public enum UnbluUiHideRequestReason extends java.lang.Enum<UnbluUiHideRequestReason>
IUnbluUiEventApi.UiHideRequest. It defines several reason why the UI of unblu needs to be hidden.| Enum Constant and Description |
|---|
MOBILE_COBROWSING_STARTING
Mobile co-browsing is starting
|
OTHER
There is another not defined reason
|
| Modifier and Type | Method and Description |
|---|---|
static UnbluUiHideRequestReason |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UnbluUiHideRequestReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UnbluUiHideRequestReason MOBILE_COBROWSING_STARTING
public static final UnbluUiHideRequestReason OTHER
public static UnbluUiHideRequestReason[] values()
for (UnbluUiHideRequestReason c : UnbluUiHideRequestReason.values()) System.out.println(c);
public static UnbluUiHideRequestReason 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