| java.lang.Object | |
| ↳ | mobisocial.nfc.ConnectionHandoverManager |
Known Direct Subclasses
|
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int | HANDOVER_PRIORITY | ||||||||||
| String | TAG | ||||||||||
| String | USER_HANDOVER_PREFIX | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
mobisocial.nfc.NdefHandler
| |||||||||||
From interface
mobisocial.nfc.PrioritizedHandler
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns true if the given Ndef message contains a connection
handover request.
| |||||||||||
Returns the (mutable) set of active connection handover
responders.
| |||||||||||
Callback issued after an NFC tag is read or an NDEF message is received
from a remote device.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
mobisocial.nfc.NdefHandler
| |||||||||||
From interface
mobisocial.nfc.PrioritizedHandler
| |||||||||||
Returns true if the given Ndef message contains a connection handover request.
Returns the (mutable) set of active connection handover responders.
Callback issued after an NFC tag is read or an NDEF message is received from a remote device. This method is executed off the main thread, so be careful when updating UI elements as a result of this callback.
NDEF_CONSUME to indicate this handler has consumed the
given message, or NDEF_PROPAGATE to pass on to the next
handler.