kommon
Toggle table of contents
0.0.0-SNAPSHOT
release
Target filter
release
Switch theme
Search in API
Skip to content
kommon
analytics-debug
/
io.github.maniramezan.kommon.analytics.debug
/
AnalyticsDebugStore
Analytics
Debug
Store
interface
AnalyticsDebugStore
Ring buffer of recent analytics calls, observable via
entries
.
Inheritors
InMemoryAnalyticsDebugStore
Members
Properties
entries
Link copied to clipboard
abstract
val
entries
:
StateFlow
<
List
<
AnalyticsDebugEntry
>
>
Functions
append
Link copied to clipboard
abstract
fun
append
(
entry
:
AnalyticsDebugEntry
)
clear
Link copied to clipboard
abstract
fun
clear
(
)