onComplete

abstract fun onComplete(    @Nullable businessContacts: List<ContactItem>,     @Nullable smartMsContacts: List<ContactItem>,     @Nullable keyWord: String)

Called at the end of all search operations to return the search result PS: if search operation from company fails for any reason, the search operation will be performed on local data base.

Parameters

businessContacts

< ContactItem >list of Business contacts matching keyword

smartMsContacts

<list of SmartMS contacts matching keyword

keyWord

Stringused to search contacts