AnalyticsDebugStore

Ring buffer of recent analytics calls, observable via entries.

Inheritors

Properties

Link copied to clipboard
abstract val entries: StateFlow<List<AnalyticsDebugEntry>>

Functions

Link copied to clipboard
abstract fun append(entry: AnalyticsDebugEntry)
Link copied to clipboard
abstract fun clear()