WifiManager.WifiMultiInternetModeDisabled Field

Definition

Caution

This constant will be removed in the future version. Use Android.Net.Wifi.MultiInternetMode enum directly instead of this field.

[Android.Runtime.Register("WIFI_MULTI_INTERNET_MODE_DISABLED", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Net.Wifi.MultiInternetMode enum directly instead of this field.", true)]
public const Android.Net.Wifi.MultiInternetMode WifiMultiInternetModeDisabled = 0;
[<Android.Runtime.Register("WIFI_MULTI_INTERNET_MODE_DISABLED", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Net.Wifi.MultiInternetMode enum directly instead of this field.", true)>]
val mutable WifiMultiInternetModeDisabled : Android.Net.Wifi.MultiInternetMode

Field Value

Value = 0
Attributes

Applies to