Interface MessageComposerFooterContent
-
- All Implemented Interfaces:
-
io.getstream.chat.android.ui.feature.messages.composer.content.MessageComposerContent
public interface MessageComposerFooterContent implements MessageComposerContent
Represents the content shown at the bottom of MessageComposerView.
-
-
Method Summary
Modifier and Type Method Description abstract Function1<Boolean, Unit>getAlsoSendToChannelSelectionListener()Selection listener for the "also send to channel" checkbox. abstract UnitsetAlsoSendToChannelSelectionListener(Function1<Boolean, Unit> alsoSendToChannelSelectionListener)Selection listener for the "also send to channel" checkbox. -
-
Method Detail
-
getAlsoSendToChannelSelectionListener
abstract Function1<Boolean, Unit> getAlsoSendToChannelSelectionListener()
Selection listener for the "also send to channel" checkbox.
-
setAlsoSendToChannelSelectionListener
abstract Unit setAlsoSendToChannelSelectionListener(Function1<Boolean, Unit> alsoSendToChannelSelectionListener)
Selection listener for the "also send to channel" checkbox.
-
-
-
-