Class Index

B C D F N P S T

B

BluetoothConnector

Allows two devices to establish a Bluetooth connection after exchanging an NFC Connection Handover Request. 

BluetoothConnector.OnConnectedListener A callback used when a Bluetooth connection has been established. 
BluetoothDuplexSocket  

C

ConnectionHandover An interface for classes supporting communication established using Nfc but with an out-of-band data transfer. 
ConnectionHandoverManager  

D

DuplexSocket A wrapper for the standard Socket implementation. 

F

FormatException  

N

NdefBluetoothPushHandover

Implements an Ndef push handover request in which a static tag represents an Ndef reader device listening on a Bluetooth socket. 

NdefExchangeContract  
NdefExchangeManager  
NdefExchangeThread Runs a thread during a connection handover with a remote device over a , transmitting the given Ndef message. 
NdefFactory A utility class for generating NDEF messages. 
NdefHandler A callback issued when an Nfc tag is read. 
NdefMessage Represents an NDEF (NFC Data Exchange Format) data message that contains one or more NdefRecords. 
NdefRecord Represents a logical (unchunked) NDEF (NFC Data Exchange Format) record. 
NdefTcpPushHandover

Implements an Ndef push handover request in which a static tag represents an Ndef reader device listening on a TCP socket. 

Nfc

This class acts as an abstraction layer for Android's Nfc stack. 

Nfc.OnTagWriteListener Interface definition for a callback called after an attempt to write an Nfc tag. 

P

PendingNdefExchange An Ndef Exchange connection handover that is ready to be executed. 
PrioritizedHandler Specifies the priority used to determine the order in which handlers are executed. 

S

StreamDuplexSocket  

T

TcpDuplexSocket