AnalyticsLogCategory
Defines the categories of analytics events that can be logged and displayed.
This sealed interface groups AnalyticsLogType instances into named categories, enabling structured discovery and type-safe category references.
Each nested sealed interface represents a category and contains the AnalyticsLogType instances that belong to it. Types can be accessed directly by category:
AnalyticsLogCategory.Social.Comment
AnalyticsLogCategory.Action.Click
AnalyticsLogCategory.Session.LoginSee also
Inheritors
Types
Groups user interaction and gesture events.
Groups custom and business-specific events.
Groups diagnostic and debugging events.
Groups e-commerce and transaction events.
Groups feature flag and feature usage events.
Groups content and media playback events.
Groups performance and technical diagnostic events.
Groups screen view and navigation events.
Groups search and content discovery events.
Groups user session lifecycle events.
Groups social and engagement events.
Properties
Background color for UI elements representing this category, derived from the current MaterialTheme color scheme
Foreground color for UI elements representing this category, derived from the current MaterialTheme color scheme
Human-readable name of the category for UI display
Material icon representing this category in the UI