NfcAdapter.ExtraReaderTechAPollingLoopAnnotation Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Key to specify an NFC-A polling loop annotation (as a byte array) in the extras Bundle when
calling #enableReaderMode(Activity, ReaderCallback, int, Bundle).
[Android.Runtime.Register("EXTRA_READER_TECH_A_POLLING_LOOP_ANNOTATION", ApiSince=37)]
public const string ExtraReaderTechAPollingLoopAnnotation;
[<Android.Runtime.Register("EXTRA_READER_TECH_A_POLLING_LOOP_ANNOTATION", ApiSince=37)>]
val mutable ExtraReaderTechAPollingLoopAnnotation : string
Field Value
- Attributes
Remarks
Key to specify an NFC-A polling loop annotation (as a byte array) in the extras Bundle when calling enableReaderMode(Activity,ReaderCallback,int,Bundle). This polling loop annotation will be included as a non-standard polling frame which will be reported to via android.nfc.cardemulation.HostApduService.processPollingFrames(List). If there is no explicit value set by the app, the device will emit the default annotation. Use new byte[0] as annotation in the extra to override the default and don't emit any annotation.
Android reference for android.nfc.NfcAdapter.EXTRA_READER_TECH_A_POLLING_LOOP_ANNOTATION.
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.