NfcAdapter.ExtraAdapterState Field

Definition

Used as an int extra field in #ACTION_ADAPTER_STATE_CHANGED intents to request the current power state.

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

Field Value

Attributes

Remarks

Used as an int extra field in #ACTION_ADAPTER_STATE_CHANGED intents to request the current power state. Possible values are: #STATE_OFF, #STATE_TURNING_ON, #STATE_ON, #STATE_TURNING_OFF,

Java documentation for android.nfc.NfcAdapter.EXTRA_ADAPTER_STATE.

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