mobileIsNFCAvailable
Type
function
Summary
Returns true if the device can communicate with other NFC devices or tags, false otherwise.
Syntax
mobileIsNFCAvailable()
Description
Use the mobileIsNFCAvailable function to check whether the device can read NFC tags.
Examples
get mobileIsNFCAvailable()
if mobileIsNFCAvailable() is "true" then
answer "NFC tags can be read"
end if
Value
Name | Type | Description |
---|---|---|
return | The mobileIsNFCAvailable function returns true if the device can read NFC tags and false otherwise. |
Related
command: mobileEnableNFCDispatch
function: mobileIsNFCEnabled
message: nfcTagReceived
Compatibility and Support
Introduced
LiveCode 9.0
OS
android
Platforms
mobile