STREAMWIDE SDK Android 3.12.1
STREAMWIDE SDK Android 3.12.1
/
com.streamwide.smartms.lib.core.api.account.settings
/
ImportSettingsCallBack
Import
Settings
Call
Back
interface
ImportSettingsCallBack
:
STWCallback
<
T
>
Content copied to clipboard
Callback to handle events related to import settings operation.
Functions
Inherited functions
Functions
on
Start
Link copied to clipboard
abstract
fun
onStart
(
)
Content copied to clipboard
Called when the Import settings task start the operation.
on
Success
Link copied to clipboard
abstract
fun
onSuccess
(
@
NonNull
settingsJson
:
JSONObject
)
Content copied to clipboard
Called when the import settings operation success
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.