STWContact Search Callback
This interface is a Callback useful to receive all search results Callback initialization is needed one single time for all search operations for the same screen
Functions
Link copied to clipboard
abstract fun onComplete( @Nullable businessContacts: List<ContactItem>, @Nullable smartMsContacts: List<ContactItem>, @Nullable keyWord: String)
Content copied to clipboard
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.