public class UriMatcher extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
NO_MATCH |
| Constructor and Description |
|---|
UriMatcher(int code) |
| Modifier and Type | Method and Description |
|---|---|
void |
addURI(String authority,
String path,
int code) |
int |
match(Uri uri) |
public static final int NO_MATCH
Copyright © 2022. All rights reserved.