Closed jewom closed 6 years ago
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()
val contacts:MutableList<Contact> = Contacts.getQuery().whereEqualTo(Contact.Field.ContactId, 1).find()
Hi,
Thanks for this lib! It is possible to get a contact by the CONTACT_ID ?