Package-level declarations

Types

Link copied to clipboard
object Catch

The Catch SDK global interface.

Link copied to clipboard
data class CatchOptions(val colorTheme: CatchColorTheme = CatchColorTheme.Light, val environment: Environment = Environment.SANDBOX, val customFontFamily: CustomFontFamily? = null, val styleConfig: CatchStyleConfig? = null, val enableLogging: Boolean = false)

An object which specifies optional configuration settings to control the global behavior of the Catch SDK.