WebSettings.SetPluginState(WebSettings+PluginState) Method
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
Tells the WebView to enable, disable, or have plugins on demand.
[Android.Runtime.Register("setPluginState", "(Landroid/webkit/WebSettings$PluginState;)V", "GetSetPluginState_Landroid_webkit_WebSettings_PluginState_Handler")]
[System.Obsolete("deprecated")]
public abstract void SetPluginState (Android.Webkit.WebSettings.PluginState? state);
[<Android.Runtime.Register("setPluginState", "(Landroid/webkit/WebSettings$PluginState;)V", "GetSetPluginState_Landroid_webkit_WebSettings_PluginState_Handler")>]
[<System.Obsolete("deprecated")>]
abstract member SetPluginState : Android.Webkit.WebSettings.PluginState -> unit
Parameters
- state
- WebSettings.PluginState
a PluginState value
- Attributes
Remarks
Java documentation for android.webkit.WebSettings.setPluginState(android.webkit.PluginState)
.
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.