STWContactDetailsCallback

interface STWContactDetailsCallback : STWCallback<T>

Load Contact details Callback

Functions

Link copied to clipboard
abstract fun onComplete(@Nullable contact: ContactItem)
Called if loading contact details operation is finished successfully

Inherited functions

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