Created
March 22, 2018 04:33
-
-
Save marchbold/567958e8c6be453cbd3cfb8b93673bf1 to your computer and use it in GitHub Desktop.
Register for foreground dispatch using the NFC ANE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| if (NFC.isSupported) | |
| { | |
| NFC.service.registerForegroundDispatch(); | |
| } | |
| // com.distriqt.NFC |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment