Share via


Settings.AddWifiResultAlreadyExists Field

Definition

Caution

This constant will be removed in the future version. Use Android.Provider.AddWifiResult enum directly instead of this field.

A result of #ACTION_WIFI_ADD_NETWORKS intent action that indicates the Wi-Fi network already exists.

[Android.Runtime.Register("ADD_WIFI_RESULT_ALREADY_EXISTS", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Provider.AddWifiResult enum directly instead of this field.", true)]
public const Android.Provider.AddWifiResult AddWifiResultAlreadyExists = 2;
[<Android.Runtime.Register("ADD_WIFI_RESULT_ALREADY_EXISTS", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Provider.AddWifiResult enum directly instead of this field.", true)>]
val mutable AddWifiResultAlreadyExists : Android.Provider.AddWifiResult

Field Value

Value = 2
Attributes

Remarks

A result of #ACTION_WIFI_ADD_NETWORKS intent action that indicates the Wi-Fi network already exists.

Java documentation for android.provider.Settings.ADD_WIFI_RESULT_ALREADY_EXISTS.

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