setNicknameTextUIConfig

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

configSentFromMe

the UI configuration of the sender nickname text that was sent from me.

configSentFromOthers

the UI configuration of the sender nickname text that was sent from others.

configSentFromOperator

the UI configuration of the sender nickname text that was sent from operator.