WebSettings.GetPluginState Method

Definition

Caution

deprecated

Gets the current state regarding whether plugins are enabled.

[Android.Runtime.Register("getPluginState", "()Landroid/webkit/WebSettings$PluginState;", "GetGetPluginStateHandler")]
[System.Obsolete("deprecated")]
public abstract Android.Webkit.WebSettings.PluginState? GetPluginState ();
[<Android.Runtime.Register("getPluginState", "()Landroid/webkit/WebSettings$PluginState;", "GetGetPluginStateHandler")>]
[<System.Obsolete("deprecated")>]
abstract member GetPluginState : unit -> Android.Webkit.WebSettings.PluginState

Returns

the plugin state as a PluginState value

Attributes

Remarks

Java documentation for android.webkit.WebSettings.getPluginState().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

See also

  • <xref:Android.Webkit.WebSettings.SetPluginState(.PluginState)>