NdefRecord.TnfAbsoluteUri Field

Definition

Indicates the type field contains an absolute-URI BNF construct defined by RFC 3986.

[Android.Runtime.Register("TNF_ABSOLUTE_URI")]
public const short TnfAbsoluteUri = 3;
[<Android.Runtime.Register("TNF_ABSOLUTE_URI")>]
val mutable TnfAbsoluteUri : int16

Field Value

Value = 3

Implements

Attributes

Remarks

Indicates the type field contains an absolute-URI BNF construct defined by RFC 3986.

When creating new records prefer #createUri, since it offers more compact URI encoding (#RTD_URI allows compression of common URI prefixes).

Java documentation for android.nfc.NdefRecord.TNF_ABSOLUTE_URI.

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