# Modules.Nfc.NdefRecordApplication
Represents an immutable NDEF record indicating the package that should be used to handle the entire NDEF message.
# Overview
This record type was introduced in Android 4.0 (API level 14).
See also: createApplicationRecord (opens new window)
# Properties
# apiName READONLY
apiName :String
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, Titanium.UI.Button
returns Ti.UI.Button
.
# lifecycleContainer
lifecycleContainer :Titanium.UI.Window | Titanium.UI.TabGroup
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.