Open kightsonsanom opened 1 year ago
@kightsonsanom is there any update for this subject?
@nadas00 It seems that it's not possible to achieve it with this library. I ended up writing my own plugin for accessing NFC adapter and using Android NfcTag just after it's received.
This issue will be resolved in v4.0.0. (#128)
Hello, thanks for great library!
I have a use case where I need to obtain Android NFC Tag https://developer.android.com/reference/android/nfc/Tag. Currently the library converts those Tags into
NfcTag
objects. Is it possible to convert it back to Android Tag?Thanks!