Partager via


WifiManager.StatusNetworkSuggestionsErrorAddDuplicate Field

Definition

Caution

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

Reason code if one or more of the network suggestions added already exists in platform's database.

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

Field Value

Value = 3
Attributes

Remarks

Reason code if one or more of the network suggestions added already exists in platform's database. Note: this code will not be returned with Android 11 as in-place modification is allowed, please check #addNetworkSuggestions(List).

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

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