StatisticEvent

interface StatisticEvent

Statistic Events. You can subscribe to received such events using Session.Listener.

Types

Link copied to clipboard
data class InitialSyncRequest(    val requestDurationMs: Int,     val downloadDurationMs: Int,     val treatmentDurationMs: Int,     val nbOfJoinedRooms: Int) : StatisticEvent

Initial sync request, response downloading, and treatment (parsing and storage) of response.

Link copied to clipboard
data class SyncTreatment(    val durationMs: Int,     val afterPause: Boolean,     val nbOfJoinedRooms: Int) : StatisticEvent

Incremental sync event.

Inheritors

Link copied to clipboard
Link copied to clipboard