Interface IRfidNotificationCompletion
-
public interface IRfidNotificationCompletion
TODO:
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
IRfidNotificationCompletion.NFCNotificationCodes
-
Field Summary
Fields Modifier and Type Field Description static int
RFID_EVENT_CHIP_DETECTED
static int
RFID_EVENT_READING_ERROR
static java.lang.String
RFID_EXTRA_ERROR_CODE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onRfidNotification(int notificationType, Bundle value)
-
-
-
Field Detail
-
RFID_EVENT_CHIP_DETECTED
static final int RFID_EVENT_CHIP_DETECTED
- See Also:
- Constant Field Values
-
RFID_EVENT_READING_ERROR
static final int RFID_EVENT_READING_ERROR
- See Also:
- Constant Field Values
-
RFID_EXTRA_ERROR_CODE
static final java.lang.String RFID_EXTRA_ERROR_CODE
- See Also:
- Constant Field Values
-
-