onLoaded

abstract fun onLoaded(@NonNull widgetUUID: String, @NonNull jsonData: JSONObject)

Called when the load operation has been finished successfully

Parameters

widgetUUID

String UUID of widget that launched the load operation.

jsonData

JSONObject loaded data.