WebView.EnablePlatformNotifications Method

Definition

Caution

deprecated

Enables platform notifications of data state and proxy changes.

[Android.Runtime.Register("enablePlatformNotifications", "()V", "")]
[System.Obsolete("deprecated")]
public static void EnablePlatformNotifications ();
[<Android.Runtime.Register("enablePlatformNotifications", "()V", "")>]
[<System.Obsolete("deprecated")>]
static member EnablePlatformNotifications : unit -> unit
Attributes

Remarks

Enables platform notifications of data state and proxy changes. Notifications are enabled by default.

This member is deprecated. This method is now obsolete.

Java documentation for android.webkit.WebView.enablePlatformNotifications().

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