Settings.AddWifiResultSuccess 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 or updating the corresponding Wi-Fi network was successful.

[Android.Runtime.Register("ADD_WIFI_RESULT_SUCCESS", 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 AddWifiResultSuccess = 0;
[<Android.Runtime.Register("ADD_WIFI_RESULT_SUCCESS", 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 AddWifiResultSuccess : Android.Provider.AddWifiResult

Field Value

Value = 0
Attributes

Remarks

A result of #ACTION_WIFI_ADD_NETWORKS intent action that saving or updating the corresponding Wi-Fi network was successful.

Java documentation for android.provider.Settings.ADD_WIFI_RESULT_SUCCESS.

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