0

I am working on an android application and I would like to know how to get the event when a message is sent?

For the moment it sends and receives NDEF messages really well.

However I want to catch the event when data is SUCCESSFULLY sent, I mean when the user presses their screen to confirm the transfer.

Do you have any clue?

Michael Roland
  • 39,663
  • 10
  • 99
  • 206
Ayrton Werck
  • 334
  • 4
  • 15

1 Answers1

0

It looks like you can use the onNdefPushComplete callback.

From the docs:

Class Overview

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

John Boker
  • 82,559
  • 17
  • 97
  • 130