Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public static interface

NfcAdapter.ReaderCallback

android.nfc.NfcAdapter.ReaderCallback

Class Overview

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) .

Summary

Public Methods
abstract void onTagDiscovered ( Tag tag)

Public Methods

public abstract void onTagDiscovered ( Tag tag)