|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface VirtualNDEFTagCallback
Callback interface for NFC reader events triggered by external
NFC reader interacting with a VirtualNDEFTag.
| Field Summary | ||
|---|---|---|
static int |
EMULATION_STOPPED
Emulation stopped, either by the application or because the application was switched into the background. |
|
static int |
READER_LEFT
The external reader moved out of range without reading or writing data on the virtual NFC target. |
|
static int |
SELECTED
An external reader connected to the virtual NFC target. |
|
static int |
TARGET_READ
An external reader read data from the virtual NFC target. |
|
static int |
TARGET_UPDATED
An external reader updated the data on the virtual NFC target. |
|
| Method Summary | ||
|---|---|---|
void |
onVirtualTargetEvent(int targetEvent)
Invoked by the platform when an NFC target emulation event occurs. |
|
| Field Detail |
|---|
static final int SELECTED
static final int TARGET_READ
static final int TARGET_UPDATED
static final int READER_LEFT
static final int EMULATION_STOPPED
| Method Detail |
|---|
void onVirtualTargetEvent(int targetEvent)
targetEvent - The NFC target emulation event.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal