The Wayback Machine - https://web.archive.org/web/20190410194418/https://developer.android.com/reference/android/nfc/NfcAdapter.OnNdefPushCompleteCallback.html
Save the date! Android Dev Summit is coming to Sunnyvale, CA on Oct 23-24, 2019.
Added in API level 14
Deprecated in API level Q

NfcAdapter.OnNdefPushCompleteCallback

public static interface NfcAdapter.OnNdefPushCompleteCallback

android.nfc.NfcAdapter.OnNdefPushCompleteCallback


This interface was deprecated in API level Q.
this feature is deprecated.

A callback to be invoked when the system successfully delivers your NdefMessage to another device.

Summary

Public methods

abstract void onNdefPushComplete(NfcEvent event)

Called on successful NDEF push.

Public methods

onNdefPushComplete

Added in API level 14
Deprecated in API level Q
public abstract void onNdefPushComplete (NfcEvent event)

Called on successful NDEF push.

This callback is usually made on a binder thread (not the UI thread).

Parameters
event NfcEvent: NfcEvent with the NfcEvent#nfcAdapter field set