MessageComposerSaveButtonParams

constructor(enabled: Boolean, onClick: () -> Unit, onClickLabel: String? = null)

Parameters

enabled

Whether the save button is enabled.

onClick

Action invoked when the button is clicked.

onClickLabel

Semantic / accessibility label for onClick.