NdefRecord.TnfAbsoluteUri Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 = 3Implements
- 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.