STWForwardProcessCallback

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

This callback is used to handle all events of forward operation.

Functions

Link copied to clipboard
abstract fun onSuccess(@NonNull fileUri: Uri)
Called 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.