mobisocial.nfc.ConnectionHandover |
Known Indirect Subclasses
NdefBluetoothPushHandover |
Implements an Ndef push handover request in which a static tag
represents an Ndef reader device listening on a Bluetooth socket. |
NdefTcpPushHandover |
Implements an Ndef push handover request in which a static tag
represents an Ndef reader device listening on a TCP socket. |
|
Class Overview
An interface for classes supporting communication established using
Nfc but with an out-of-band data transfer.
Public Methods
public
abstract
void
doConnectionHandover
(NdefMessage handoverRequest, int handoverRecordNumber, int recordNumber)
Issues a connection handover of the given type.
Parameters
handoverRequest
| The connection handover request message. |
handoverRecordNumber
| The index of th first record in the connection handover. |
recordNumber
| The index of the handover record entry being attempted. |
public
abstract
boolean
supportsRequest
(NdefRecord record)