次の方法で共有


WifiManager.ScanResultsAvailableAction Field

Definition

An access point scan has completed, and results are available.

[Android.Runtime.Register("SCAN_RESULTS_AVAILABLE_ACTION")]
public const string ScanResultsAvailableAction;
[<Android.Runtime.Register("SCAN_RESULTS_AVAILABLE_ACTION")>]
val mutable ScanResultsAvailableAction : string

Field Value

Attributes

Remarks

An access point scan has completed, and results are available. Call #getScanResults() to obtain the results. The broadcast intent may contain an extra field with the key #EXTRA_RESULTS_UPDATED and a boolean value indicating if the scan was successful.

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

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