on Loaded
abstract fun onLoaded(@NonNull widgetUUID: String, @NonNull jsonData: JSONObject)
Content copied to clipboard
Called when the load operation has been finished successfully
Parameters
widget UUID
String UUID of widget that launched the load operation.
json Data
JSONObject loaded data.