Interface | Description |
---|---|
NfcAdapter.CreateBeamUrisCallback | |
NfcAdapter.CreateNdefMessageCallback |
A callback to be invoked when another NFC device capable of NDEF push (Android Beam)
is within range.
|
NfcAdapter.NfcUnlockHandler |
A callback to be invoked when an application has registered as a
handler to unlock the device given an NFC tag at the lockscreen.
|
NfcAdapter.OnNdefPushCompleteCallback |
A callback to be invoked when the system successfully delivers your
NdefMessage
to another device. |
NfcAdapter.OnTagRemovedListener |
A callback that is invoked when a tag is removed from the field.
|
NfcAdapter.ReaderCallback |
A callback to be invoked when the system finds a tag while the foreground activity is
operating in reader mode.
|
Class | Description |
---|---|
ApduList | |
BeamShareData |
Class to IPC data to be shared over Android Beam.
|
ErrorCodes |
This class defines all the error codes that can be returned by the service
and producing an exception on the application level.
|
NdefMessage |
Represents an immutable NDEF Message.
|
NdefRecord |
Represents an immutable NDEF Record.
|
NfcActivityManager |
Manages NFC API's that are coupled to the life-cycle of an Activity.
|
NfcAdapter |
Represents the local NFC adapter.
|
NfcEvent |
Wraps information associated with any NFC event.
|
NfcManager |
High level manager used to obtain an instance of an
NfcAdapter . |
Tag |
Represents an NFC tag that has been discovered.
|
TechListParcel | |
TransceiveResult |
Class used to pipe transceive result from the NFC service.
|
Exception | Description |
---|---|
FormatException | |
TagLostException |