Package com.pointrlabs.core.management
Enum Pointr.State
-
- All Implemented Interfaces:
public enum Pointr.State
The enum Pointr state.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description OFF
CONFIGURING
VALIDATING
REGISTERING
RUNNING
FAILED_VALIDATION
FAILED_REGISTRATION
NO_INTERNET
FAILED_INVALID_DEEPLINK_URL
-
Method Summary
Modifier and Type Method Description int
getVal()
static Pointr.State
valueOf(int pageType)
static Array<Pointr.State>
values()
Returns an array containing the constants of this enum type, in the order they're declared. static Pointr.State
valueOf(String name)
Returns the enum constant of this type with the specified name. -
-
Method Detail
-
getVal
int getVal()
-
valueOf
static Pointr.State valueOf(int pageType)
-
values
static Array<Pointr.State> values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.
- Returns:
an array containing the constants of this enum type, in the order they're declared
-
valueOf
static Pointr.State valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
- Returns:
the enum constant with the specified name
-
-
-
-