set Nickname Text UIConfig
open fun setNicknameTextUIConfig(@Nullable configSentFromMe: TextUIConfig, @Nullable configSentFromOthers: TextUIConfig, @Nullable configSentFromOperator: TextUIConfig): OpenChannelFragment.Builder
Sets the UI configuration of sender nickname text.
Return
This Builder object to allow for chaining of calls to set methods. since 3.1.1
Parameters
config Sent From Me
the UI configuration of the sender nickname text that was sent from me.
config Sent From Others
the UI configuration of the sender nickname text that was sent from others.
config Sent From Operator
the UI configuration of the sender nickname text that was sent from operator.