Android.Content.UriMatcher Members

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

See Also: Inherited members from Java.Lang.Object

Public Constructors

Creates the root node of the URI tree.

Protected Constructors

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

Public Fields

const
NoMatchint (-1).

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

AddURI(string, string, int)
Add a URI to match, and the code to return when this URI is matched.
Match(Android.Net.Uri) : int
Try to match against the path in a url.