Package-level declarations

Types

Link copied to clipboard
abstract class AbstractCallback : Callback

Abstract class for callbacks.

Link copied to clipboard
interface Callback : Action

Callback interface for handling actions in the journey plugin.

Link copied to clipboard

CallbackRegistry is responsible for managing the registration and retrieval of callbacks. It allows for the registration of callbacks by type and provides a method to retrieve callbacks based on a JSON array.

Link copied to clipboard
typealias Callbacks = List<Callback>

Type alias for a list of collectors.

Link copied to clipboard
typealias Journey = Workflow
Link copied to clipboard
interface JourneyAware

An interface that should be implemented by classes that need to be aware of the Journey workflow. The Journey will be injected to the classes that implement this interface.

Link copied to clipboard

An interface representing a value callback. It contains an ID and a value.

Properties

Link copied to clipboard

Extension property for Connector class to get a list of collectors.

Link copied to clipboard

Extension property to retrieve the description text for this ContinueNode.

Link copied to clipboard

Extension property to retrieve the header text for this ContinueNode.

Link copied to clipboard

Extension property to retrieve the localized page footer text for this ContinueNode.

Link copied to clipboard

Extension property to retrieve the stage identifier for this ContinueNode.

Link copied to clipboard

Extension property to retrieve the localized submit button text for this ContinueNode.