Provides access to Near Field Communication (NFC) functionality, allowing applications to read NDEF message in NFC tags. A "tag" may actually be another device that appears as a tag.
For more information, see the Near Field Communication guide.
Here's a summary of the classes:
Note: Not all Android-powered devices provide NFC functionality.
Type | Reason |
---|---|
FormatException | [Android Documentation] |
NdefMessage | Represents an immutable NDEF Message. |
NdefMessage+InterfaceConsts | Documentation for this section has not yet been entered. |
NdefRecord | Represents an immutable NDEF Record. |
NdefRecord+InterfaceConsts | Documentation for this section has not yet been entered. |
NfcAdapter | Represents the local NFC adapter. |
NfcAdapter+ICreateBeamUrisCallback | Documentation for this section has not yet been entered. |
NfcAdapter+ICreateNdefMessageCallback | A callback to be invoked when another NFC device capable of NDEF push (Android Beam) is within range. |
NfcAdapter+IOnNdefPushCompleteCallback | A callback to be invoked when the system successfully delivers your Android.Nfc.NdefMessage to another device. |
NfcAdapter+IReaderCallback | Documentation for this section has not yet been entered. |
NfcEvent | Wraps information associated with any NFC event. |
NfcManager | High level manager used to obtain an instance of an Android.Nfc.NfcAdapter. |
NfcReaderFlags | Enumerates values returned by several types and taken as a parameter of the Android.Nfc.NfcAdapter.EnableReaderMode member. |
Tag | Represents an NFC tag that has been discovered. |
Tag+InterfaceConsts | Documentation for this section has not yet been entered. |
TagLostException | [Android Documentation] |