getNonSmartMSContacts

suspend fun getNonSmartMSContacts(    context: Context,     search: String? = null,     @IntRange(from = 0) from: Int? = null,     @IntRange(from = 1) pageSize: Int? = null): List<STWContact>?

Get non SmartMS contacts (system contacts)

Return

List?

Parameters

context

Context

from

The offset of the first SmartMS contact starting from it will return contact list based on pageSize. Value should be >= 0

pageSize

The max number of SmartMS contacts to be retrieved, 0 will return nothing. Value should be >= 1