Android.Nfc Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides access to Near Field Communication (NFC) functionality, allowing applications to read NDEF message in NFC tags.
Classes
AvailableNfcAntenna |
Represents a single available Nfc antenna on an Android device. |
AvailableNfcAntenna.InterfaceConsts | |
FormatException | |
NdefMessage |
Represents an immutable NDEF Message. |
NdefMessage.InterfaceConsts | |
NdefRecord |
Represents an immutable NDEF Record. |
NdefRecord.InterfaceConsts | |
NfcAdapter |
Represents the local NFC adapter. |
NfcAntennaInfo |
Contains information on all available Nfc antennas on an Android device as well as information on the device itself in relation positioning of the antennas. |
NfcAntennaInfo.InterfaceConsts | |
NfcEvent |
Wraps information associated with any NFC event. |
NfcManager |
High level manager used to obtain an instance of an |
Tag |
Represents an NFC tag that has been discovered. |
Tag.InterfaceConsts | |
TagLostException |
Interfaces
NfcAdapter.ICreateBeamUrisCallback |
This member is deprecated. |
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 |
NfcAdapter.IOnTagRemovedListener |
A callback that is invoked when a tag is removed from the field. |
NfcAdapter.IReaderCallback |
A callback to be invoked when the system finds a tag while the foreground activity is operating in reader mode. |
Enums
NfcReaderFlags |
Enumerates values returned by several types and taken as a parameter of the F:Android.Nfc.NfcAdapter.EnableReaderMode member. |
PreferredPaymentAction |