Share via


Settings.AddWifiResultAddOrUpdateFailed 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 saving the corresponding Wi-Fi network failed.

[Android.Runtime.Register("ADD_WIFI_RESULT_ADD_OR_UPDATE_FAILED", 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 AddWifiResultAddOrUpdateFailed = 1;
[<Android.Runtime.Register("ADD_WIFI_RESULT_ADD_OR_UPDATE_FAILED", 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 AddWifiResultAddOrUpdateFailed : Android.Provider.AddWifiResult

Field Value

Value = 1
Attributes

Remarks

A result of #ACTION_WIFI_ADD_NETWORKS intent action that saving the corresponding Wi-Fi network failed.

Java documentation for android.provider.Settings.ADD_WIFI_RESULT_ADD_OR_UPDATE_FAILED.

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