get All Contacts
open fun getAllContacts(@NonNull context: Context, filter: Int): List<ContactItem>
Content copied to clipboard
Get All contacts including visible company contacts and all SmartMs contacts
Return
list of ContactItem
Parameters
context
Context The application context.
filter
STWContactFilter: to filter contact
open fun getAllContacts( @NonNull context: Context, filter: Int, @Nullable loadCallback: STWLoadContactsCallback): AsyncTask
Content copied to clipboard
Async method to get All contacts including visible company contacts and all SmartMs contacts
Return
list of ContactItem
Parameters
context
Context The application context.
filter
STWContactFilter: to filter contact
load Callback
STWLoadContactsCallback: callback to handle loaded contacts