Action

sealed interface Action : AnalyticsLogCategory

Groups user interaction and gesture events.

Use types in this category to track how users physically interact with the UI in your application.

Inheritors

Types

Link copied to clipboard

UI element click event.

Link copied to clipboard

Form field change or form submission event.

Link copied to clipboard

General gesture recognition event.

Link copied to clipboard
Link copied to clipboard

Gesture-based swipe interaction 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