init

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


open override fun init(jsonObject: JsonObject): Callback(source)

Initializes the callback with the provided JSON object.

Return

The initialized Callback instance.

Parameters

jsonObject

The JSON object containing the callback configuration.