setMessageBackground

open fun setMessageBackground(@DrawableRes drawableResSentFromMe: Int, @DrawableRes drawableResSentFromOthers: Int): OpenChannelFragment.Builder

Sets the UI configuration of message background drawable.

Return

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

Parameters

drawableResSentFromMe

the UI configuration of the message background that was sent from me.

drawableResSentFromOthers

the UI configuration of the message background that was sent from others.