public interface

ConnectionHandover

mobisocial.nfc.ConnectionHandover
Known Indirect Subclasses

Class Overview

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

Summary

Public Methods
abstract void doConnectionHandover(NdefMessage handoverRequest, int handoverRecordNumber, int recordNumber)
Issues a connection handover of the given type.
abstract boolean supportsRequest(NdefRecord record)

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.
Throws
IOException

public abstract boolean supportsRequest (NdefRecord record)