Class NfcReaderDispatcher
- java.lang.Object
-
- com.yubico.yubikit.android.transport.nfc.NfcReaderDispatcher
-
- All Implemented Interfaces:
NfcDispatcher
public class NfcReaderDispatcher extends java.lang.Object implements NfcDispatcher
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.yubico.yubikit.android.transport.nfc.NfcDispatcher
NfcDispatcher.OnTagHandler
-
-
Constructor Summary
Constructors Constructor Description NfcReaderDispatcher(android.nfc.NfcAdapter adapter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
disable(android.app.Activity activity)
void
enable(android.app.Activity activity, NfcConfiguration nfcConfiguration, NfcDispatcher.OnTagHandler handler)
-
-
-
Method Detail
-
enable
public void enable(android.app.Activity activity, NfcConfiguration nfcConfiguration, NfcDispatcher.OnTagHandler handler)
- Specified by:
enable
in interfaceNfcDispatcher
-
disable
public void disable(android.app.Activity activity)
- Specified by:
disable
in interfaceNfcDispatcher
-
-