Android.Content.ContentUris: Method Members

The methods of Android.Content.ContentUris are listed below. For a list of all members, see the ContentUris Members list.

See Also: Inherited members from Java.Lang.Object

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.