nfc - Android Beam: Is there any callback or error code if receiver is not authorised -


i developing android application uses beam send custom message device.

if application present on both devices works fine. if not present @ receiver end still @ sender onndefpushcomplete() success callback.

i wondering if there result code or callback tell has been delivered default application or may contraint might cause message delivered authorised application(in case same application).

appreciate help.

the call onndefpushcomplete() tells (low-level) nfc peer-to-peer data transfer successful. not provide information app data has been delivered to. on android, way force data delivered particular app, add android application record. however, can still overridden on receiving device app running in foreground , has activated nfc foreground dispatching (forcing nfc intents delivered app long in foreground).


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -