ConversationPage

data class ConversationPage(val conversations: List<Conversation>, val nextCursor: ConversationCursor?)

One bounded complete conversation page.

Constructors

Link copied to clipboard
constructor(conversations: List<Conversation>, nextCursor: ConversationCursor?)

Properties

Link copied to clipboard

Complete conversation rows in display order.

Link copied to clipboard

Cursor for the next page, or null at the end.