set Message Background
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
drawable Res Sent From Me
the UI configuration of the message background that was sent from me.
drawable Res Sent From Others
the UI configuration of the message background that was sent from others.