Android.Nfc.NdefRecord.TnfAbsoluteUri Field
Indicates the type field contains an absolute-URI BNF construct defined by RFC 3986.

Value: 3

Syntax

[Android.Runtime.Register("TNF_ABSOLUTE_URI")]
public const short TnfAbsoluteUri

See Also

NdefRecord.CreateUri(Android.Net.Uri)

Remarks

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

When creating new records prefer NdefRecord.CreateUri(Android.Net.Uri), since it offers more compact URI encoding (#RTD_URI allows compression of common URI prefixes).

[Android Documentation]

Requirements

Namespace: Android.Nfc
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 9