get Smart MSContacts
open fun getSmartMSContacts(@NonNull context: Context): List<ContactItem>
Content copied to clipboard
open fun getSmartMSContacts(@NonNull context: Context, @Nullable filtersList: STWContactFilterOption): List<ContactItem>
Content copied to clipboard
Get All contacts from other departments, other companies and other SmartMs Apps witch are synced with local contacts
Return
list of ContactItem
Parameters
context
Context The application context.
open fun getSmartMSContacts(@NonNull context: Context, @Nullable keyWord: String): List<ContactItem>
Content copied to clipboard
Get All contacts from other departments, other companies and other SmartMs Apps witch are synced with local 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 SmartMS contacts
open fun getSmartMSContacts(@NonNull context: Context, @Nullable loadCallback: STWLoadContactsCallback): AsyncTask
Content copied to clipboard
Async method to get All contacts from other departments, other companies and other SmartMs Apps witch are synced with local contacts This is async method
Return
list of ContactItem
Parameters
context
Context The application context.
load Callback
STWLoadContactsCallback: callback to handle loaded contacts.