Session

sealed interface Session : AnalyticsLogCategory

Groups user session lifecycle events.

Use types in this category to track session boundaries and authentication state changes in your application.

Inheritors

Types

Link copied to clipboard

User session termination event.

Link copied to clipboard

User authentication/login event.

Link copied to clipboard

User sign-out event.

Link copied to clipboard

User session initialization 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