setReactionListBackground

open fun setReactionListBackground(@DrawableRes drawableResSentFromMe: Int, @DrawableRes drawableResSentFromOthers: Int): MessageThreadFragment.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.3.0

Parameters

drawableResSentFromMe

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

drawableResSentFromOthers

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