get All Contacts As Live Data
fun getAllContactsAsLiveData(context: Context): LiveData<List<STWContact>?>
Content copied to clipboard
Get All contacts (visible company contacts, all SmartMs and non SmartMS contacts)
Return
LiveData list of STWContact
Parameters
context
The application context.
fun getAllContactsAsLiveData(context: Context, search: String? = null): LiveData<List<STWContact>?>
Content copied to clipboard
Get All contacts (visible company contacts, all SmartMs and non SmartMS contacts)
Return
LiveData list of STWContact
Parameters
context
The application context.
search
get only contacts matching this keyword..