STWLoadContactsCallback

interface STWLoadContactsCallback : STWCallback<T>

Load contacts Callback

Functions

Link copied to clipboard
abstract fun onComplete(@Nullable contactList: List<ContactItem>)
Called when Load contact operation is finished

Inherited functions

Link copied to clipboard
abstract fun onError(@NonNull error: T)
Called when an error occurs following a request executed by the developer.