Added in API level 8

PluginState

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.

Summary

Enum values

Enum values

OFF

Added in API level 8
enum val OFF : WebSettings.PluginState

ON

Added in API level 8
enum val ON : WebSettings.PluginState

ON_DEMAND

Added in API level 8
enum val ON_DEMAND : WebSettings.PluginState