EasyNfc
Package Index
|
Class Index
android.nfc
mobisocial.comm
mobisocial.ndefexchange
mobisocial.nfc
mobisocial.nfc.addon
Interfaces
NdefExchangeContract
Classes
NdefBluetoothPushHandover
NdefExchangeManager
NdefExchangeThread
NdefTcpPushHandover
PendingNdefExchange
Package Index
|
Class Index
View Source
Summary:
Inherited Constants
|
Ctors
|
Inherited Methods
|
[Expand All]
public class
NdefExchangeManager
extends
ConnectionHandoverManager
java.lang.Object
↳
mobisocial.nfc.ConnectionHandoverManager
↳
mobisocial.ndefexchange.NdefExchangeManager
Summary
[Expand]
Inherited Constants
From class
mobisocial.nfc.ConnectionHandoverManager
int
HANDOVER_PRIORITY
String
TAG
String
USER_HANDOVER_PREFIX
From interface
mobisocial.nfc.NdefHandler
int
NDEF_CONSUME
int
NDEF_PROPAGATE
From interface
mobisocial.nfc.PrioritizedHandler
int
DEFAULT_PRIORITY
Public Constructors
NdefExchangeManager
(
NdefExchangeContract
ndefExchange)
[Expand]
Inherited Methods
From class
mobisocial.nfc.ConnectionHandoverManager
void
addConnectionHandover
(
ConnectionHandover
handover)
void
clearConnectionHandovers
()
final int
doHandover
(
NdefMessage
handoverRequest)
static int
findHandoverRequest
(
NdefMessage
ndef)
Returns true if the given Ndef message contains a connection handover request.
Set
<
ConnectionHandover
>
getConnectionHandoverResponders
()
Returns the (mutable) set of active connection handover responders.
int
getPriority
()
final int
handleNdef
(
NdefMessage[]
handoverRequest)
Callback issued after an NFC tag is read or an NDEF message is received from a remote device.
static boolean
isHandoverRequest
(
NdefMessage
ndefMessage)
boolean
removeConnectionHandover
(
ConnectionHandover
handover)
From class
java.lang.Object
Object
clone
()
boolean
equals
(
Object
arg0)
void
finalize
()
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
From interface
mobisocial.nfc.NdefHandler
abstract int
handleNdef
(
NdefMessage[]
ndefMessages)
Callback issued after an NFC tag is read or an NDEF message is received from a remote device.
From interface
mobisocial.nfc.PrioritizedHandler
abstract int
getPriority
()
Public Constructors
public
NdefExchangeManager
(
NdefExchangeContract
ndefExchange)