setThreadMessageListParams

open fun setThreadMessageListParams(@NonNull params: ThreadMessageListParams): MessageThreadFragment.Builder

Sets the thread message list params for this channel. The reverse, the nextResultSize, and the previousResultSize properties in the ThreadMessageListParams are used in the UIKit. Even though you set that property it will be ignored.

Return

This Builder object to allow for chaining of calls to set methods. since 3.3.0

Parameters

params

The ThreadMessageListParams instance that you want to use.