Skip to content

Instantly share code, notes, and snippets.

@marchbold
Created March 22, 2018 04:33
Show Gist options
  • Select an option

  • Save marchbold/567958e8c6be453cbd3cfb8b93673bf1 to your computer and use it in GitHub Desktop.

Select an option

Save marchbold/567958e8c6be453cbd3cfb8b93673bf1 to your computer and use it in GitHub Desktop.
Register for foreground dispatch using the NFC ANE
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