public final class XWalkPreferences
extends XWalkPreferencesInternal
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ANIMATABLE_XWALK_VIEW
The key string to enable/disable animatable XWalkView.
|
static java.lang.String |
REMOTE_DEBUGGING
The key string to enable/disable remote debugging.
|
| Constructor and Description |
|---|
XWalkPreferences() |
public static final java.lang.String REMOTE_DEBUGGING
public static final java.lang.String ANIMATABLE_XWALK_VIEW
public static void setValue(java.lang.String key,
boolean enabled)
throws java.lang.RuntimeException
key - the string name of the key.enabled - true if setting it as enabled.java.lang.RuntimeExceptionpublic static boolean getValue(java.lang.String key)
throws java.lang.RuntimeException
key - the string name of the key.java.lang.RuntimeException