Android.Content.UriMatcher: Method Members

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

See Also: Inherited members from Java.Lang.Object

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.