AiutaUserInterfaceConfiguration
class AiutaUserInterfaceConfiguration(val actions: AiutaUserInterfaceActions, val theme: AiutaTheme)
User interface configuration for the Aiuta SDK.
This immutable class contains all UI-related configuration including theming and user interaction handling. It provides a centralized way to customize the visual appearance and behavior of the SDK's user interface.
See also
Types
Link copied to clipboard
class Builder
Builder class for creating AiutaUserInterfaceConfiguration instances.