NfcAdapter.IsEnabled Property

Definition

Return true if this NFC Adapter has any features enabled.

public bool IsEnabled { [Android.Runtime.Register("isEnabled", "()Z", "")] get; }
[<get: Android.Runtime.Register("isEnabled", "()Z", "")>]
member this.IsEnabled : bool

Property Value

Boolean

true if this NFC Adapter has any features enabled

Attributes

Remarks

Java documentation for android.nfc.NfcAdapter.isEnabled().

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