Android.Content.ContentUris Members

The members of Android.Content.ContentUris are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

static
AppendId(Android.Net.Uri.Builder, long) : Android.Net.Uri.Builder
Appends the given ID to the end of the path.
static
ParseId(Android.Net.Uri) : long
Converts the last path segment to a long.
static
WithAppendedId(Android.Net.Uri, long) : Android.Net.Uri
Appends the given ID to the end of the path.