ConversationCursor

data class ConversationCursor(val pinned: Boolean, val lastActivityAt: Long, val conversationId: ConversationId)

Lossless conversation-list paging position.

Constructors

Link copied to clipboard
constructor(pinned: Boolean, lastActivityAt: Long, conversationId: ConversationId)

Properties

Link copied to clipboard

Tie-breaking stable conversation ID.

Link copied to clipboard

Activity timestamp of the final previous-page item.

Link copied to clipboard

Pin state of the final previous-page item.