Added in API level 8
PluginState
Stay organized with collections
Save and categorize content based on your preferences.
class PluginState
| kotlin.Any | ||
| ↳ | kotlin.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.