Package-level declarations

Types

Link copied to clipboard
data class AnalyticsLog(val tag: String, val screenClass: String, val timestamp: Long, val type: AnalyticsLogType)

Represents a single analytics event log entry.

Link copied to clipboard

Defines the categories of analytics events that can be logged and displayed.

Link copied to clipboard
sealed interface AnalyticsLogType

Marker interface for individual analytics event types.

Link copied to clipboard

Represents highlighted analytics log data for display in the analytics dashboard.