NfcAdapter.ExtraReaderPresenceCheckDelay 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.
Int Extra for use with #enableReaderMode(Activity, ReaderCallback, int, Bundle)
.
[Android.Runtime.Register("EXTRA_READER_PRESENCE_CHECK_DELAY")]
public const string ExtraReaderPresenceCheckDelay;
[<Android.Runtime.Register("EXTRA_READER_PRESENCE_CHECK_DELAY")>]
val mutable ExtraReaderPresenceCheckDelay : string
Field Value
- Attributes
Remarks
Int Extra for use with #enableReaderMode(Activity, ReaderCallback, int, Bundle)
.
Setting this integer extra allows the calling application to specify the delay that the platform will use for performing presence checks on any discovered tag.
Java documentation for android.nfc.NfcAdapter.EXTRA_READER_PRESENCE_CHECK_DELAY
.
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.