"NFC Payload" represents a data read from a NFC Tag. The following are properties of NFC Payload

Property Type Description
text String Textual representation of a NFC tag data
value Any Typed representation (if any) of a NFC tag data. Currently, it can be:
  • URL for URL and Phone types.
  • Map for WiFi Configuration type
asURL URL URL representation of a NFC tag data (applicable only for URL and Phone types)
asMap Map Map representation of a NFC tag data (applicable only for WiFi Configuration type)
type Number Type of NFC tag data. Can be one of the following:
  • 0 - Text
  • 1 - URL
  • 2 - Phone
  • 3 - Contact
  • 4 - WiFi Configuration

See also:
Variable Types
Action Environment
Tasks and Workflows
Actions

Next > Number