# NdefDiscovered

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

Availability
1.0.0
1.0.0
Extends
Object

NOTE

This is an abstract type. Any object of this structure can be used where this type is used.

# Properties

# action

Availability
1.0.0
action :String

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).


# error

Availability
1.0.0
error :String

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


# error

Availability
1.0.0
error :Number

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


# messsages

Availability
1.0.0
1.0.0
messsages :Array<Modules.Nfc.NdefMessage>

Array of NDEF messages parsed from the tag.


# tag

Availability
1.0.0

NFC tag proxy identifying the tag was was discovered.