get Smart MSContacts As Live Data
fun getSmartMSContactsAsLiveData(context: Context): LiveData<List<STWContact>?>
Content copied to clipboard
Get All contacts from other departments, other companies and other SmartMs Apps witch are synced with local contacts
Return
LiveData list of STWContact
Parameters
context
ContextContent copied to clipboard
fun getSmartMSContactsAsLiveData(context: Context, search: String? = null): LiveData<List<STWContact>?>
Content copied to clipboard
Get All contacts from other departments, other companies and other SmartMs Apps witch are synced with local contacts
Return
LiveData list of STWContact
Parameters
context
ContextContent copied to clipboard
search
to get only contacts matching this keyword.
put empty string to get all SmartMS contacts