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