setFooterContent
fun <V : View, MessageComposerContent> setFooterContent(contentView: V, layoutParams: FrameLayout.LayoutParams = FrameLayout.LayoutParams(
FrameLayout.LayoutParams.MATCH_PARENT,
FrameLayout.LayoutParams.WRAP_CONTENT,
))
Sets a custom footer content view. It must implement MessageComposerContent interface and should render the "also send to channel" checkbox in the thread mode according to the received state. The current mode is propagated to the contentView in the MessageComposerContent.renderState function.
Parameters
contentView
The View which shows the currently active mode.
layoutParams
The layout parameters to set on the content view.