Ecommerce

sealed interface Ecommerce : AnalyticsLogCategory

Groups e-commerce and transaction events.

Use types in this category to track purchases, cart interactions, and subscription events in your application.

Inheritors

Types

Link copied to clipboard
Link copied to clipboard

Checkout process event.

Link copied to clipboard

Purchase or transaction event.

Link copied to clipboard

Remove from cart event.

Link copied to clipboard

Subscription-related event.

Properties

Link copied to clipboard

Background color for UI elements representing this category, derived from the current MaterialTheme color scheme

Link copied to clipboard
open override val contentColor: Color

Foreground color for UI elements representing this category, derived from the current MaterialTheme color scheme

Link copied to clipboard
open override val displayName: String

Human-readable name of the category for UI display

Link copied to clipboard
open override val icon: ImageVector

Material icon representing this category in the UI