# Print output for @column tags ?> NfcAdapter.OnNdefPushCompleteCallback - Android SDK | Android Developers

Most visited

Recently visited

NfcAdapter.OnNdefPushCompleteCallback

public static interface NfcAdapter.OnNdefPushCompleteCallback

android.nfc.NfcAdapter.OnNdefPushCompleteCallback


This interface is deprecated.
this feature is deprecated. File sharing can work using other technology like Bluetooth.

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

See also:

Summary

Public methods

abstract void onNdefPushComplete(NfcEvent event)

Called on successful NDEF push.

Public methods

onNdefPushComplete

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

See also: