Freigeben über


WifiManager.SupplicantConnectionChangeAction Field

Definition

Broadcast intent action indicating that a connection to the supplicant has been established (and it is now possible to perform Wi-Fi operations) or the connection to the supplicant has been lost.

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

Field Value

Attributes

Remarks

Broadcast intent action indicating that a connection to the supplicant has been established (and it is now possible to perform Wi-Fi operations) or the connection to the supplicant has been lost. One extra provides the connection state as a boolean, where true means CONNECTED.

This member is deprecated. This is no longer supported.

Java documentation for android.net.wifi.WifiManager.SUPPLICANT_CONNECTION_CHANGE_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

See also