Freigeben über


WifiManager.ExtraScanAvailable Field

Definition

A boolean extra indicating whether scanning is currently available.

[Android.Runtime.Register("EXTRA_SCAN_AVAILABLE", ApiSince=30)]
public const string ExtraScanAvailable;
[<Android.Runtime.Register("EXTRA_SCAN_AVAILABLE", ApiSince=30)>]
val mutable ExtraScanAvailable : string

Field Value

Attributes

Remarks

A boolean extra indicating whether scanning is currently available. Sent in the broadcast #ACTION_WIFI_SCAN_AVAILABILITY_CHANGED. Its value is true if scanning is currently available, false otherwise.

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

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