setNotificationListParams

open fun setNotificationListParams(@NonNull params: MessageListParams): ChatNotificationChannelFragment.Builder

Sets the notification list params for this channel. The reverse property 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. since 3.5.0

Parameters

params

The MessageListParams instance that you want to use.