STWProcessCreationCallback

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

Callback used to handle process creation events.

Parameters

<T>

Functions

Link copied to clipboard
abstract fun onSuccess(@NonNull processUUID: String)
Called when process successfully created.

Inherited functions

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