Package org.matrix.android.sdk.api.session.room.poll

Types

Link copied to clipboard
data class LoadedPollsStatus(    val canLoadMore: Boolean,     val daysSynced: Int,     val hasCompletedASyncBackward: Boolean)

Represent the status of the loaded polls for a room.

Link copied to clipboard
interface PollHistoryService

Expose methods to get history of polls in rooms.