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()
Link copied to clipboard
abstract fun onSynchronizationFinished()
Link copied to clipboard
abstract fun onSynchronizationStarted()

Inherited functions

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