WebSettings.PluginState
public
static
final
enum
WebSettings.PluginState
extends Enum<WebSettings.PluginState>
java.lang.Object | ||
↳ | java.lang.Enum<android.webkit.WebSettings.PluginState> | |
↳ | android.webkit.WebSettings.PluginState |
The plugin state effects how plugins are treated on a page. ON means that any object will be loaded even if a plugin does not exist to handle the content. ON_DEMAND means that if there is a plugin installed that can handle the content, a placeholder is shown until the user clicks on the placeholder. Once clicked, the plugin will be enabled on the page. OFF means that all plugins will be turned off and any fallback content will be used.
Summary
Enum values | |
---|---|
WebSettings.PluginState |
OFF
|
WebSettings.PluginState |
ON
|
WebSettings.PluginState |
ON_DEMAND
|
Public methods | |
---|---|
static
WebSettings.PluginState
|
valueOf(String name)
|
static
final
PluginState[]
|
values()
|
Inherited methods | |
---|---|
Enum values
Public methods
valueOf
public static WebSettings.PluginState valueOf (String name)
Parameters | |
---|---|
name |
String |
Returns | |
---|---|
WebSettings.PluginState |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2024-09-03 UTC.