Package-level declarations
Types
Link copied to clipboard
This class is responsible for registering callbacks in the application. It extends the Initializer interface, which means it is part of the initialization process of the application.
Link copied to clipboard
JourneyConfig is a configuration class for the Journey workflow.
Link copied to clipboard
data class Option(var forceAuth: Boolean = false, var noSession: Boolean = false, parameters: MutableMap<String, Any> = mutableMapOf()) : MutableMap<String, Any>
Option class to configure additional options for the journey.