findContactByContactId

fun LiveData<IviContactsDataSource>.findContactByContactId(contactId: LiveData<ContactId?>): LiveData<Contact?>

Finds a contact with the specified contactId.

Return

The first matching Contact or null if none of the contacts in this collection has the specified ContactId.