to top
Android APIs
Added in API level 19
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)

Added in API level 19