override fun onResume() super.onResume() nfcManager.enableDispatch tagResult -> when (tagResult) is NfcTagFound -> // Read UID and technology val uid = tagResult.tag.uid val tech = tagResult.tag.technologies
NFCNet provides its own HCE service to bypass some limitations. winsoft nfcnet library for android v10 new
Download the trial from Winsoft’s official site and join hundreds of developers who have simplified their NFC stack. override fun onResume() super