NdefDiscovered

Argument passed to the callback when an NDEF message, tag, or technology is discovered.

  • 1.0.0
  • 1.0.0

NOTE This is an abstract type. Any object meeting this description can be used where this type is used.

Defined By

Properties

NdefDiscovered
action : String

Identifies the action from the intent.

Identifies the action from the intent.

This value will be one of the constants defined on the Modules.Nfc module object (ACTION_NDEF_DISCOVERED, ACTION_TAG_DISCOVERED, or ACTION_TECH_DISCOVERED).

  • 1.0.0
NdefDiscovered
error : Number

The error code returned if an error occurred while reading the tag.

The error code returned if an error occurred while reading the tag.

  • 1.0.0

Array of NDEF messages parsed from the tag.

Array of NDEF messages parsed from the tag.

NdefDiscovered
tag : Modules.Nfc.NfcTag

NFC tag proxy identifying the tag was was discovered.

NFC tag proxy identifying the tag was was discovered.

  • 1.0.0