0

I use Beam API to exchange data by NFC. I need to reinitialize my exchanged data, else the same data are sent when the devices approach from each to other again. How to force the reinitialization? with a call to onCreate? how to implement

NFC guy
  • 10,151
  • 3
  • 27
  • 58
user1482868
  • 31
  • 2
  • 5

1 Answers1

0

Use the OnNdefPushCompleteCallback interface.

ThomasRS
  • 8,215
  • 5
  • 33
  • 48