matrix-sdk-android
androidJvm
matrix-sdk-android
/
org.matrix.android.sdk.api.session.statistics
/
StatisticEvent
/
SyncTreatment
Sync
Treatment
data
class
SyncTreatment
(
val
durationMs
:
Int
,
val
afterPause
:
Boolean
,
val
nbOfJoinedRooms
:
Int
)
:
StatisticEvent
Incremental sync event.
Members
Constructors
Sync
Treatment
Link copied to clipboard
constructor
(
durationMs
:
Int
,
afterPause
:
Boolean
,
nbOfJoinedRooms
:
Int
)
Properties
after
Pause
Link copied to clipboard
val
afterPause
:
Boolean
duration
Ms
Link copied to clipboard
val
durationMs
:
Int
nb
Of
Joined
Rooms
Link copied to clipboard
val
nbOfJoinedRooms
:
Int