Android.Nfc.NdefRecord.ToUri Method
Map this record to a URI, or return null if it cannot be mapped.

Syntax

[Android.Runtime.Register("toUri", "()Landroid/net/Uri;", "")]
public Android.Net.Uri ToUri ()

Returns

Documentation for this section has not yet been entered.

Remarks

Map this record to a URI, or return null if it cannot be mapped.

Currently this method considers the following to be URI records:

If this is not a URI record by the above rules, then null is returned.

This method does not perform validation that the URI is actually valid: it always attempts to create and return a URI if this record appears to be a URI record by the above rules.

The returned URI will be normalized to have a lower case scheme using Android.Net.Uri.NormalizeScheme.

[Android Documentation]

Requirements

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