Class Overview
Implements an Ndef push handover request in which a static tag
represents an Ndef reader device listening on a TCP socket.
Your application must hold the android.permission.INTERNET
permission to support TCP handovers.
Public Constructors
Public Methods
public
void
doConnectionHandover
(NdefMessage handoverMessage, int handover, int record)
Issues a connection handover of the given type.
Parameters
handoverMessage
| The connection handover request message. |
handover
| The index of th first record in the connection handover. |
record
| The index of the handover record entry being attempted. |
public
boolean
supportsRequest
(NdefRecord handoverRequest)