Partager via


WifiManager.RoamingModeNormal Field

Definition

Caution

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

Chipset has roaming trigger capability based on the score calculated using multiple parameters.

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

Field Value

Value = 1
Attributes

Remarks

Chipset has roaming trigger capability based on the score calculated using multiple parameters. If device is configured to this mode then it will be using chipset's normal (default) roaming.

Java documentation for android.net.wifi.WifiManager.ROAMING_MODE_NORMAL.

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