Package-level declarations
Types
Link copied to clipboard
data class MultiStatisticNote(val statistics: List<Statistic<Any?>>, val ownerName: String, val iteration: Int) : StatisticNote<Any?>
MultiStatisticNote - multi record statistics.
Link copied to clipboard
data class SingleStatisticNote<V>(val statistic: Statistic<V>, val ownerName: String, val iteration: Int) : StatisticNote<V>
SingleStatisticNote - single record statistics
Link copied to clipboard
Base interface for Statistic. Used as field of StatisticNote.
Link copied to clipboard
StatisticNote - general abstraction for a statistical record that includes:
Functions
Link copied to clipboard
Creates SingleStatisticNote and send it to GA.statisticsProvider
Creates MultiStatisticNote and send it to GA.statisticsProvider
Creates SingleStatisticNote and send it to GA.statisticsProvider Use registrar function
Link copied to clipboard
Link copied to clipboard