getAllContactsAsPagingSource

fun getAllContactsAsPagingSource(context: Context): PagingSource<Int, STWContact>

Get paged contacts (visible company contacts, all SmartMs and non SmartMS contacts)

Return

PagingSource of contacts.

Parameters

context

The application context.