ℹ️ In order to handle the contacts, you have to create a ContactsDataAccess
| val contactsDataAccess = ContactsDataAccess.Factory().createDataAccess(applicationContext.contentResolver, ContactsDataAccess.DataAccessType.BASE)
|
Method |
Details |
getAll() |
Get all available Contacts |
Method |
Details |
getAllByName(String name) |
Get all available Contacts for the provided name |
getAllByPhoneNumber(String phoneNumber) |
Get all available Contacts for the provided phone number |
getAllForAccount(String accountName,String accountType) |
Get all available Contacts for the provided account |