public static interface NfcAdapter.OnNdefPushCompleteCallback
NdefMessage
to another device.Modifier and Type | Method and Description |
---|---|
void |
onNdefPushComplete(NfcEvent event)
Called on successful NDEF push.
|
void onNdefPushComplete(NfcEvent event)
This callback is usually made on a binder thread (not the UI thread).
event
- NfcEvent
with the NfcEvent.nfcAdapter
field setNfcAdapter.setNdefPushMessageCallback(android.nfc.NfcAdapter.CreateNdefMessageCallback, android.app.Activity, android.app.Activity...)