public static interface NfcAdapter.OnNdefPushCompleteCallback
android.nfc.NfcAdapter.OnNdefPushCompleteCallback |
系统成功将您的 NdefMessage
到其他设备时要调用的回调。
Public methods |
|
---|---|
abstract void |
onNdefPushComplete(NfcEvent event) 呼吁成功的NDEF推。 |
void onNdefPushComplete (NfcEvent event)
呼吁成功的NDEF推。
这个回调通常在绑定线程(而不是UI线程)上进行。
Parameters | |
---|---|
event |
NfcEvent : NfcEvent with the nfcAdapter field set |