NdefRecord.TnfExternalType Field

Definition

Indicates the type field contains an external type name.

[Android.Runtime.Register("TNF_EXTERNAL_TYPE")]
public const short TnfExternalType = 4;
[<Android.Runtime.Register("TNF_EXTERNAL_TYPE")>]
val mutable TnfExternalType : int16

Field Value

Value = 4

Implements

Attributes

Remarks

Indicates the type field contains an external type name.

Used to encode custom payloads. When creating new records use the helper #createExternal.

The external-type RTD format is specified in NFCForum-TS-RTD_1.0.

Note this TNF should not be used with RTD_TEXT or RTD_URI constants. Those are well known RTD constants, not external RTD constants.

Java documentation for android.nfc.NdefRecord.TNF_EXTERNAL_TYPE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

See also

  • <xref:Android.Nfc.NdefRecord.CreateExternal(System.String%2c+System.String%2c+System.String)>