setMessageListParams

open fun setMessageListParams(@NonNull params: MessageListParams): OpenChannelFragment.Builder

Sets the message list params for this channel. The reverse and the nextResultSize properties in the MessageListParams 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.

Parameters

params

The MessageListParams instance that you want to use.