AiutaSelectionSnackbarThemeStrings

String configuration for selection snackbar.

This interface defines the text strings used in selection-related snackbar throughout the SDK. It provides consistent selection text that can be customized to match your app's localization requirements.

Inheritors

Types

Link copied to clipboard

Properties

Link copied to clipboard
abstract val cancel: String

Text for the cancel action button

Link copied to clipboard
abstract val select: String

Text for the select action button

Link copied to clipboard
abstract val selectAll: String

Text for selecting all items

Link copied to clipboard
abstract val unselectAll: String

Text for unselecting all items