Callback

interface Callback : Action

Callback interface for handling actions in the journey plugin.

Inheritors

Functions

Link copied to clipboard
abstract fun init(jsonObject: JsonObject): Callback

Initializes the callback with the provided JSON object.

Link copied to clipboard
abstract fun payload(): JsonObject

Returns the payload of the callback.