FindContactsBySearchKey

data class FindContactsBySearchKey(val searchKey: String) : ContactsDataSourceQuery.ContactSelection

Search for contacts whose Contact.givenName, Contact.familyName, Contact.companyName or Contact.displayName starts with the specified searchKey.

Returns null if no matching contacts are found, otherwise the list of matching contacts.

Constructors

Link copied to clipboard
fun FindContactsBySearchKey(searchKey: String)

Properties

Link copied to clipboard
val searchKey: String

Inherited functions

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