tamir7/Contacts

Get contact details giving the CONTACT_ID

Closed this issue · 1 comments

jewom commented

Hi,

Thanks for this lib!
It is possible to get a contact by the CONTACT_ID ?

hope this help val contacts:MutableList<Contact> = Contacts.getQuery().whereEqualTo(Contact.Field.ContactId, 1).find()