FindContactsByPhoneNumber

data class FindContactsByPhoneNumber(val phoneNumber: String) : ContactsDataSourceQuery.ContactSelection

Finds contacts with the specified phoneNumber.

Returns list of matching contacts, null otherwise.

Constructors

Link copied to clipboard
fun FindContactsByPhoneNumber(phoneNumber: String)

Properties

Link copied to clipboard
val phoneNumber: String

Functions

Link copied to clipboard
open override fun toString(): String

Inherited functions

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