public static enum XWalkUIClient.LoadStatus extends java.lang.Enum<XWalkUIClient.LoadStatus>
| Enum Constant and Description |
|---|
CANCELLED
Loading cancelled by user.
|
FAILED
Loading failed.
|
FINISHED
Loading finished.
|
| Modifier and Type | Method and Description |
|---|---|
static XWalkUIClient.LoadStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XWalkUIClient.LoadStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XWalkUIClient.LoadStatus FINISHED
public static final XWalkUIClient.LoadStatus FAILED
public static final XWalkUIClient.LoadStatus CANCELLED
public static XWalkUIClient.LoadStatus[] values()
for (XWalkUIClient.LoadStatus c : XWalkUIClient.LoadStatus.values()) System.out.println(c);
public static XWalkUIClient.LoadStatus 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