MessageComposerSendButtonParams

data class MessageComposerSendButtonParams(val onClick: () -> Unit, val onClickLabel: String? = null)

Parameters for ChatComponentFactory.MessageComposerSendButton.

Parameters

onClick

Action invoked when the button is clicked.

onClickLabel

Semantic / accessibility label for onClick.

Constructors

Link copied to clipboard
constructor(onClick: () -> Unit, onClickLabel: String? = null)

Properties

Link copied to clipboard
val onClick: () -> Unit
Link copied to clipboard