get All Contacts As Paging Source
fun getAllContactsAsPagingSource(context: Context): PagingSource<Int, STWContact>
Content copied to clipboard
Get paged contacts (visible company contacts, all SmartMs and non SmartMS contacts)
Return
PagingSource of contacts.
Parameters
context
The application context.