Package io.anyline.nfc
Class NfcDetector
-
- All Implemented Interfaces:
public class NfcDetector
-
-
Constructor Summary
Constructors Constructor Description NfcDetector(Context context, NfcDetectionHandler nfcDetectionHandler)
-
Method Summary
Modifier and Type Method Description void
startNfcDetection(String passportNumber, String dateOfBirth, String expirationDate)
void
cancelDetection()
-
-
Constructor Detail
-
NfcDetector
NfcDetector(Context context, NfcDetectionHandler nfcDetectionHandler)
-
-
Method Detail
-
startNfcDetection
void startNfcDetection(String passportNumber, String dateOfBirth, String expirationDate)
-
cancelDetection
void cancelDetection()
-
-
-
-