Package-level declarations
Types
Link copied to clipboard
class AiutaProductBarTheme(val prices: AiutaProductBarPricesTheme?, val typography: AiutaProductBarThemeTypography, val toggles: AiutaProductBarThemeToggles, val icons: AiutaProductBarThemeIcons)
Product bar theme configuration for the Aiuta SDK.
Functions
Link copied to clipboard
inline fun AiutaTheme.Builder.productBar(block: AiutaProductBarTheme.Builder.() -> Unit): AiutaTheme.Builder
Extension function for configuring product bar theme within an AiutaTheme.Builder.