STREAMWIDE SDK Android 3.12.1
STREAMWIDE SDK Android 3.12.1
/
com.streamwide.smartms.lib.core.api.call
/
CompletionCallback
Completion
Callback
interface
CompletionCallback
:
STWCallback
<
T
>
Content copied to clipboard
Functions
Inherited functions
Functions
on
Completion
Link copied to clipboard
abstract
fun
onCompletion
(
@
NonNull
vCall
:
STWVCall
)
Content copied to clipboard
Callback when action has been completed successfully
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.