Freigeben über


WifiManager.ExtraResultsUpdated Field

Definition

Lookup key for a boolean extra in intent #SCAN_RESULTS_AVAILABLE_ACTION representing if the scan was successful or not.

[Android.Runtime.Register("EXTRA_RESULTS_UPDATED", ApiSince=23)]
public const string ExtraResultsUpdated;
[<Android.Runtime.Register("EXTRA_RESULTS_UPDATED", ApiSince=23)>]
val mutable ExtraResultsUpdated : string

Field Value

true scan was successful, results are updated false scan was not successful, results haven't been updated since previous scan

Attributes

Remarks

Lookup key for a boolean extra in intent #SCAN_RESULTS_AVAILABLE_ACTION representing if the scan was successful or not. Scans may fail for multiple reasons, these may include: <ol> <li>An app requested too many scans in a certain period of time. This may lead to additional scan request rejections via "scan throttling" for both foreground and background apps. Note: Apps holding android.Manifest.permission.NETWORK_SETTINGS permission are exempted from scan throttling. </li> <li>The device is idle and scanning is disabled.</li> <li>Wifi hardware reported a scan failure.</li> </ol>

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

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