setMentionUIConfig

open fun setMentionUIConfig(@Nullable configSentFromMe: TextUIConfig, @Nullable configSentFromOthers: TextUIConfig): ChannelFragment.Builder

Sets the UI configuration of mentioned text.

Return

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

Parameters

configSentFromMe

the UI configuration of mentioned text in the message that was sent from me.

configSentFromOthers

the UI configuration of mentioned text in the message that was sent from others.