Modules.Nfc.TagTechnologyNdef
> Modules.Nfc.TagTechnologyNdef

Provides access to NDEF content and operations on a Modules.Nfc.NfcTag.

Use the Modules.Nfc.createTagTechnologyNdef method to create this tag technology.

See also: Ndef

  • 1.1.0
Defined By

Properties

apiName : Stringreadonly

The name of the API that this proxy corresponds to.

The name of the API that this proxy corresponds to.

The value of this property is the fully qualified name of the API. For example, Button returns Ti.UI.Button.

  • 3.2.0
  • 3.2.0
  • 3.2.0

The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.

The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.

If this property is set to a Window or TabGroup, then the corresponding Activity lifecycle event callbacks will also be called on the proxy. Proxies that require the activity lifecycle will need this property set to the appropriate containing Window or TabGroup.

  • 3.6.0

The tag technology that has been discovered.

The tag technology that has been discovered.

When a tag is discovered, a Modules.Nfc.NfcTag proxy is created and passed as a property to the onNdefDiscovered, onTagDiscovered, or onTechDiscovered callback (see NdefDiscovered).

Defined By

Methods

Modules.Nfc.TagTechnologyNdef
( ) : Boolean
Indicates whether a tag can be made read-only with makeReadOnly. ...

Indicates whether a tag can be made read-only with makeReadOnly.

Returns

  • Boolean

    true if it is possible to make this tag read-only.

Disable I/O operations to the tag and release resources. ...

Disable I/O operations to the tag and release resources.

Returns

  • void
Enable I/O operations to the tag. ...

Enable I/O operations to the tag.

Only one Tag Technology proxy can be connected to a Tag at a time.

Returns

  • void
Gets the value of the apiName property. ...

Gets the value of the apiName property.

  • 3.2.0
  • 3.2.0
  • 3.2.0

Returns

  • String
Modules.Nfc.TagTechnologyNdef
( ) : Modules.Nfc.NdefMessage
Get the Modules.Nfc.NdefMessage that was read from the tag at discovery time. ...

Get the Modules.Nfc.NdefMessage that was read from the tag at discovery time.

Returns

Gets the value of the lifecycleContainer property. ...

Gets the value of the lifecycleContainer property.

  • 3.6.0

Returns

Modules.Nfc.TagTechnologyNdef
( ) : Number
Get the maximum NDEF message size in bytes. ...

Get the maximum NDEF message size in bytes.

Returns

  • Number
Modules.Nfc.TagTechnologyNdef
( ) : Modules.Nfc.NdefMessage
Read the current Modules.Nfc.NdefMessage on this tag. ...

Read the current Modules.Nfc.NdefMessage on this tag.

Returns

Gets the value of the tag property. ...

Gets the value of the tag property.

Returns

Modules.Nfc.TagTechnologyNdef
( ) : String
Get the NDEF tag type. ...

Get the NDEF tag type.

One of TAG_TYPE_NFC_FORUM_TYPE_1, TAG_TYPE_NFC_FORUM_TYPE_2, TAG_TYPE_NFC_FORUM_TYPE_3, TAG_TYPE_NFC_FORUM_TYPE_4, TAG_TYPE_MIFARE_CLASSIC, or another NDEF tag type that has not yet been formalized in the Android API.

Returns

  • String
Returns true if connect has completed, and close has not been called, and the tag is not known to be out of range. ...

Returns true if connect has completed, and close has not been called, and the tag is not known to be out of range.

Returns

  • Boolean
Return true if this tag technology was successfully obtained. ...

Return true if this tag technology was successfully obtained.

Returns

  • Boolean
Modules.Nfc.TagTechnologyNdef
( ) : Boolean
Determine if the tag is writable. ...

Determine if the tag is writable.

Returns

  • Boolean

    true if the tag is writable.

Modules.Nfc.TagTechnologyNdef
( ) : Boolean
Make a tag read-only. ...

Make a tag read-only.

Returns

  • Boolean

    true on success, false if it is not possible to make this tag read-only.

Sets the value of the lifecycleContainer property. ...

Sets the value of the lifecycleContainer property.

  • 3.6.0

Parameters

Returns

  • void
Sets the value of the tag property. ...

Sets the value of the tag property.

Parameters

Returns

  • void
Modules.Nfc.TagTechnologyNdef
( message )
Overwrite the Modules.Nfc.NdefMessage on this tag. ...

Overwrite the Modules.Nfc.NdefMessage on this tag.

Parameters

Returns

  • void