ThreadListController

constructor(threadLimit: Int, threadReplyLimit: Int, threadParticipantLimit: Int, chatClient: ChatClient = ChatClient.instance())

Parameters

threadLimit

The number of threads to load per page.

threadReplyLimit

The number of replies per thread to load.

threadParticipantLimit

The number of participants per thread to load.

chatClient

The ChatClient instance for retrieving the Threads related data.