STREAMWIDE SDK Android 3.12.1
STREAMWIDE SDK Android 3.12.1
/
com.streamwide.smartms.lib.core.api.mybusiness
/
STWProcessCreationCallback
STWProcess
Creation
Callback
interface
STWProcessCreationCallback
<
T
:
Error
?
>
:
STWCallback
<
T
>
Content copied to clipboard
Callback used to handle process creation events.
Functions
Inherited functions
Parameters
Parameters
<T>
Functions
on
Success
Link copied to clipboard
@
MainThread
abstract
fun
onSuccess
(
@
NonNull
processUUID
:
String
)
Content copied to clipboard
Called when process successfully created.
Inherited functions
on
Error
Link copied to clipboard
abstract
fun
onError
(
@
NonNull
error
:
T
)
Content copied to clipboard
Called when an error occurs following a request executed by the developer.