public
static
interface
NfcAdapter.ReaderCallback
android.nfc.NfcAdapter.ReaderCallback |
A callback to be invoked when the system finds a tag while the foreground activity is operating in reader mode.
Register your ReaderCallback
implementation with enableReaderMode(Activity, NfcAdapter.ReaderCallback, int, Bundle)
and disable it with disableReaderMode(Activity)
.
Public methods | |
---|---|
abstract
void
|
onTagDiscovered(Tag tag)
|