WebSettings.PluginsEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
true
if plugins are enabled
- Attributes
Remarks
Property getter documentation:
Gets whether plugins are enabled.
This member is deprecated. This method has been replaced by #getPluginState
Java documentation for android.webkit.WebSettings.getPluginsEnabled()
.
Property setter documentation:
Sets whether the WebView should enable plugins. The default is false
.
This member is deprecated. This method has been deprecated in favor of #setPluginState
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.