set Reaction List Background
open fun setReactionListBackground(@DrawableRes drawableResSentFromMe: Int, @DrawableRes drawableResSentFromOthers: Int): ChannelFragment.Builder
Sets the UI configuration of message reaction list background drawable.
Return
This Builder object to allow for chaining of calls to set methods. since 3.1.1
Parameters
drawable Res Sent From Me
the UI configuration of the message reaction list background drawable that was sent from me.
drawable Res Sent From Others
the UI configuration of the message reaction list background drawable that was sent from others.