Loaded Polls Status
data class LoadedPollsStatus( val canLoadMore: Boolean, val daysSynced: Int, val hasCompletedASyncBackward: Boolean)
Content copied to clipboard
Represent the status of the loaded polls for a room.
Constructors
Link copied to clipboard
fun LoadedPollsStatus( canLoadMore: Boolean, daysSynced: Int, hasCompletedASyncBackward: Boolean)
Content copied to clipboard
Properties
Link copied to clipboard
Indicate whether a sync of timeline events has been completely done in backward. It would mean timeline events have been synced for at least a number of days defined by PollHistoryService.loadingPeriodInDays.