set Channel Config
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()
Content copied to clipboard
Return
This Builder object to allow for chaining of calls to set methods.
Since
3.6.0
See also
Parameters
channel Config
The value of ChannelConfig