Event

Custom or business-specific analytics event.

Use this type for events unique to your application's business logic that don't fit into other predefined categories.

Example use case: Tracking custom metrics like feature experiments, business process milestones, or application-specific workflows.

Properties

Link copied to clipboard
open override val category: AnalyticsLogCategory

The AnalyticsLogCategory this type belongs to

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 description: String

Detailed description of when to use this type

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