CompletionCallback

interface CompletionCallback : STWCallback<T>

A callback to be implemented in order to receive information about the login process

Functions

Link copied to clipboard
abstract fun onSuccess()

Inherited functions

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