STWOperationCallback

interface STWOperationCallback<T : Error?> : STWCallback<T>

This callback is used when any API operation action executed.

Functions

Link copied to clipboard
abstract fun onSuccess()
Callback when action has been completed 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.