findContactsByDisplayNames

fun LiveData<IviContactsDataSource>.findContactsByDisplayNames(displayNames: Set<String>): LiveData<List<Contact>>

Returns a list of the first matching Contacts with the specified displayNames. An empty list is returned if no contact can be found with a matching display name.

See also