Compartilhar via


WifiManager.StatusNetworkSuggestionsErrorRemoveInvalid 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 removed does not exist in platform's database.

[Android.Runtime.Register("STATUS_NETWORK_SUGGESTIONS_ERROR_REMOVE_INVALID", 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 StatusNetworkSuggestionsErrorRemoveInvalid = 5;
[<Android.Runtime.Register("STATUS_NETWORK_SUGGESTIONS_ERROR_REMOVE_INVALID", 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 StatusNetworkSuggestionsErrorRemoveInvalid : Android.Net.Wifi.NetworkStatus

Field Value

Value = 5
Attributes

Remarks

Reason code if one or more of the network suggestions removed does not exist in platform's database. The framework won't remove any suggestions if one or more of suggestions provided by #removeNetworkSuggestions(List) does not exist in database.

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

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