Share via


NfcAdapter.IsReaderOptionSupported Property

Definition

Checks if the device supports NFC Reader option functionality.

public bool IsReaderOptionSupported { [Android.Runtime.Register("isReaderOptionSupported", "()Z", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("isReaderOptionSupported", "()Z", "", ApiSince=35)>]
member this.IsReaderOptionSupported : bool

Property Value

True if device supports NFC Reader option, false otherwise

Attributes

Remarks

Checks if the device supports NFC Reader option functionality.

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

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