mobileDisableNFCDispatch | |
Type | command |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | Release the NFC device and allow NFC tags to be handled by other apps. |
Introduced | 9.0 |
OS | android |
Platforms | mobile |
Example |
|
Related | Command: mobileEnableNFCDispatch Function: mobileIsNFCAvailable, mobileIsNFCEnabled Message: nfcTagReceived |
Description | Use the mobileDisableNFCDispatch command to release the hold obtained from calling mobileEnableNFCDispatch once your app no longer requires to capture NFC tag data. |