Settings.ExtraWifiNetworkResultList Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A bundle extra of the result of #ACTION_WIFI_ADD_NETWORKS
intent action that
indicates the action result of the saved android.net.wifi.WifiNetworkSuggestion
.
[Android.Runtime.Register("EXTRA_WIFI_NETWORK_RESULT_LIST", ApiSince=30)]
public const string ExtraWifiNetworkResultList;
[<Android.Runtime.Register("EXTRA_WIFI_NETWORK_RESULT_LIST", ApiSince=30)>]
val mutable ExtraWifiNetworkResultList : string
Field Value
- Attributes
Remarks
A bundle extra of the result of #ACTION_WIFI_ADD_NETWORKS
intent action that indicates the action result of the saved android.net.wifi.WifiNetworkSuggestion
. Its value is a list of integers, and all the elements will be 1:1 mapping to the elements in #EXTRA_WIFI_NETWORK_LIST
, if user press cancel to cancel the add networks request, then its value will be null.
Note: The integer value will be one of the #ADD_WIFI_RESULT_SUCCESS
, #ADD_WIFI_RESULT_ADD_OR_UPDATE_FAILED
, or #ADD_WIFI_RESULT_ALREADY_EXISTS
}.
Java documentation for android.provider.Settings.EXTRA_WIFI_NETWORK_RESULT_LIST
.
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.