android.nfc.NfcAdapter.OnNdefPushCompleteCallback |
A callback to be invoked when the system successfully delivers your NdefMessage
to another device.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called on successful NDEF push.
|
Called on successful NDEF push.
This callback is usually made on a binder thread (not the UI thread).
event | NfcEvent with the nfcAdapter field set |
---|