get Non Smart MSContacts As Live Data
fun getNonSmartMSContactsAsLiveData(context: Context): LiveData<List<STWContact>?>
Content copied to clipboard
Get non SmartMS contacts (system contacts)
Return
LiveData list of STWContact
Parameters
context
ContextContent copied to clipboard
fun getNonSmartMSContactsAsLiveData(context: Context, search: String? = null): LiveData<List<STWContact>?>
Content copied to clipboard