get All Local Contacts
open fun getAllLocalContacts(@NonNull context: Context): List<ContactItem>
Content copied to clipboard
Get All local contacts (smartMs and system contacts)
Return
list of ContactItem
Parameters
context
Context The application context.
open fun getAllLocalContacts(@NonNull context: Context, @Nullable keyWord: String): List<ContactItem>
Content copied to clipboard
Get All local contacts (smartMs and system contacts)
Return
list of ContactItem
Parameters
context
Context The application context.
key Word
String : to get only contacts matching this keyword. put empty string to get all local contacts