getAllCompanyContactsAsLiveData

fun getAllCompanyContactsAsLiveData(context: Context): LiveData<List<STWContact>?>

Get only visible company contacts (users & groups)

Return

LiveData>

Parameters

context

The application context.