Added in API level 10000
Query
class Query
| kotlin.Any | |
| ↳ | android.provider.PeopleContract.Groups.Query |
Constants and builder utilities for constructing group query argument bundles.
Summary
| Nested classes | |
|---|---|
|
Helper class for building structured query argument bundles to pass into |
|
| Constants | |
|---|---|
| static String |
Selection criterion type indicating a query matching group records explicitly by their unique lookup key. |
Constants
SELECTION_TYPE_LOOKUP_KEY
Added in API level 10000
static val SELECTION_TYPE_LOOKUP_KEY: String
Selection criterion type indicating a query matching group records explicitly by their unique lookup key.
Value: "selection-type-lookup-key"