Difference between .CreateNdefMessageCallback and CreateBeamUrisCallback

116 Views Asked by At

What is the Difference between in CreateNdefMessageCallback and CreateBeamUrisCallback when dealing with NFC.

I tried to send data using CreateNdefMessageCallback only

1

There are 1 best solutions below

2
Andrew On

No difference, they are both deprecated and removed from Android 10+

Before that one sent an NDef message just via NFC (CreateNdefMessageCallback) and the other used NFC to setup a Bluetooth connection to send data.