Java android.content UriMatcher fields, constructors, methods, implement or subclass

Example usage for Java android.content UriMatcher fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.content UriMatcher.

The text is from its open source code.

Field

Constructor

UriMatcher(int code)
Creates the root node of the URI tree.

Method

voidaddURI(String authority, String path, int code)
Add a URI to match, and the code to return when this URI is matched.
intmatch(Uri uri)
Try to match against the path in a url.