ContactsDataSourceQuery

Represents a query that can be applied to the contacts data set.

Parameters

filter

The filtering criteria for the query. By default this is set to null and no filtering is applied unless it is specified.

orderBy

The order criteria to sort the query results. By default set to null, no ordering is applied unless it is specified.

groupBy

The grouping criteria to group the query results. By default set to null, no grouping is applied unless it is specified. The contacts will be grouped in ContactGroup elements. The returned ContactGroup elements preserves the order of the contacts produced from the result of orderBy.

Constructors

Types

Link copied to clipboard
sealed class ContactFilter : Parcelable

The filter criteria of the query results.

Link copied to clipboard

The grouping criteria of query results.

Link copied to clipboard

The sorting criteria of query results.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)