Statistic Event
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
Content copied to clipboard
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
Content copied to clipboard
Incremental sync event.