STREAMWIDE SDK Android 3.12.1
STREAMWIDE SDK Android 3.12.1
/
com.streamwide.smartms.lib.core.api.mybusiness
/
STWExternalSystemCallback
STWExternal
System
Callback
interface
STWExternalSystemCallback
<
T
:
Error
?
>
:
STWCallback
<
T
>
Content copied to clipboard
This is a callback to handle events related to requests for external system.
Functions
Inherited functions
Parameters
Inheritors
Parameters
<T>
Error class
Functions
on
Success
Link copied to clipboard
abstract
fun
onSuccess
(
@
Nullable
data
:
String
)
Content copied to clipboard
Called when request successfully sent to external system
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.
Inheritors
STWMyBusinessExternalDBCallback
Link copied to clipboard