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