FindContactByContactId

data class FindContactByContactId(val contactId: ContactId) : ContactsDataSourceQuery.ContactSelection

Finds a contact with the specified contactId.

Returns the matching contact, null otherwise.

Constructors

Link copied to clipboard
fun FindContactByContactId(contactId: ContactId)

Properties

Link copied to clipboard
val contactId: ContactId

Inherited functions

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