AiutaSelectionSnackbarTheme
class AiutaSelectionSnackbarTheme(val strings: AiutaSelectionSnackbarThemeStrings, val icons: AiutaSelectionSnackbarThemeIcons, val colors: AiutaSelectionSnackbarThemeColors)
Selection snackbar theme configuration for the Aiuta SDK.
This class defines the visual styling for selection-related snackbar in the SDK, including text content, icons, and colors. It provides a consistent appearance for selection feedback messages that can be customized to match your app's design.
See also
Constructors
Link copied to clipboard
constructor(strings: AiutaSelectionSnackbarThemeStrings, icons: AiutaSelectionSnackbarThemeIcons, colors: AiutaSelectionSnackbarThemeColors)
Types
Link copied to clipboard
class Builder
Builder class for creating AiutaSelectionSnackbarTheme instances.