STWLoad Process Previous Data Callback
interface STWLoadProcessPreviousDataCallback<T : Error?> : STWCallback<T>
Content copied to clipboard
This callback is used to handle all events of load process previous data operation.
Functions
Link copied to clipboard
Called when previous data has been downloaded.
Link copied to clipboard
abstract fun onLoaded(@NonNull widgetUUID: String, @NonNull jsonData: JSONObject)
Content copied to clipboard
Called when the load operation has been finished successfully