public enum MobihelpCallbackStatus extends java.lang.Enum<MobihelpCallbackStatus>
| Enum Constant and Description |
|---|
STATUS_INVALID_APP |
STATUS_NO_NETWORK_CONNECTION |
STATUS_NO_TICKETS_CREATED |
STATUS_SUCCESS |
STATUS_UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static MobihelpCallbackStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MobihelpCallbackStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MobihelpCallbackStatus STATUS_INVALID_APP
public static final MobihelpCallbackStatus STATUS_NO_NETWORK_CONNECTION
public static final MobihelpCallbackStatus STATUS_NO_TICKETS_CREATED
public static final MobihelpCallbackStatus STATUS_SUCCESS
public static final MobihelpCallbackStatus STATUS_UNKNOWN
public static MobihelpCallbackStatus[] values()
for (MobihelpCallbackStatus c : MobihelpCallbackStatus.values()) System.out.println(c);
public static MobihelpCallbackStatus 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