init

protected abstract fun init(name: String, value: JsonElement)


open override fun init(jsonObject: JsonObject): Callback

Initializes the callback with the provided JSON object.

Return

The initialized Callback instance.

Parameters

jsonObject

The JSON object containing the callback configuration.