WebSettings.PluginsEnabled Property

Definition

Caution

deprecated

Gets whether plugins are enabled. -or- Sets whether the WebView should enable plugins.

[System.Obsolete("deprecated")]
public virtual bool PluginsEnabled { [Android.Runtime.Register("getPluginsEnabled", "()Z", "GetGetPluginsEnabledHandler")] get; [Android.Runtime.Register("setPluginsEnabled", "(Z)V", "GetSetPluginsEnabled_ZHandler")] set; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getPluginsEnabled", "()Z", "GetGetPluginsEnabledHandler")>]
[<set: Android.Runtime.Register("setPluginsEnabled", "(Z)V", "GetSetPluginsEnabled_ZHandler")>]
member this.PluginsEnabled : bool with get, set

Property Value

Boolean

true if plugins are enabled

Attributes

Remarks

Property getter documentation:

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

Property setter documentation:

Java documentation for android.webkit.WebSettings.setPluginsEnabled(boolean).

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