to top
Android APIs
Added in API level 14
public static interface

NfcAdapter.OnNdefPushCompleteCallback

android.nfc.NfcAdapter.OnNdefPushCompleteCallback

Class Overview

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

public abstract void onNdefPushComplete (NfcEvent event)

Added in API level 14

Called on successful NDEF push.

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

Parameters
event NfcEvent with the nfcAdapter field set