public static interface NfcAdapter.ReaderCallback
Register your ReaderCallback
implementation with NfcAdapter.enableReaderMode(android.app.Activity, android.nfc.NfcAdapter.ReaderCallback, int, android.os.Bundle)
and disable it with NfcAdapter.disableReaderMode(android.app.Activity)
.
Modifier and Type | Method and Description |
---|---|
void |
onTagDiscovered(Tag tag) |
void onTagDiscovered(Tag tag)