setChannelConfig

fun setChannelConfig(channelConfig: ChannelConfig): MessageListUIParams.Builder

Sets ChannelConfig that contains the configuration of the channel. Use UIKitConfig.groupChannelConfig.clone() for the default value. Example usage:

val params = MessageListUIParams.Builder()
.setChannelConfig(UIKitConfig.groupChannelConfig.clone().apply {
this.enableMention = true
}).build()

Return

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

Since

3.6.0

See also

Parameters

channelConfig

The value of ChannelConfig