Skip to content

Modules.Nfc.NfcTag

Represents an NFC tag that has been discovered

See also: Tag

Extends: Titanium.Proxy · Since: 1.0.0 · Platforms: android, iphone

Properties #

id#

Type: String

Tag identifier (if it has one)

techList#

Type: Array<String>

Technologies available in this tag, as fully qualified class names.

Methods #

available #

Returns if the tag is available in current session

Returns: Number

getId #

Returns the tag identifier (if it has one)

Returns: String

getTechList #

Returns the technologies available in this tag, as fully qualified class names.

Returns: Array<String>

Titanium SDK Documentation