get Non Smart MSContacts
suspend fun getNonSmartMSContacts( context: Context, search: String? = null, @IntRange(from = 0 ) from: Int? = null, @IntRange(from = 1 ) pageSize: Int? = null): List<STWContact>?
Content copied to clipboard
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
page Size
The max number of SmartMS contacts to be retrieved, 0 will return nothing. Value should be >= 1