ImportSettingsCallBack

interface ImportSettingsCallBack : STWCallback<T>

Callback to handle events related to import settings operation.

Functions

Link copied to clipboard
abstract fun onStart()
Called when the Import settings task start the operation.
Link copied to clipboard
abstract fun onSuccess(@NonNull settingsJson: JSONObject)
Called when the import settings operation success

Inherited functions

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