ContactsDataSourceQuery

fun ContactsDataSourceQuery(    selection: ContactsDataSourceQuery.ContactSelection,     orderBy: ContactsDataSourceQuery.ContactOrderBy? = null,     map: (ContactsDataSourceElement) -> ContactsDataSourceElement? = null)

Parameters

selection

The selection criteria for the query.

orderBy

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

map

An optional mapping function to be applied to each element in the query results. By default set to null, no mapping is performed unless it is specified.