AttachmentsPickerSendButton

open fun AttachmentsPickerSendButton(hasPickedAttachments: Boolean, onClick: () -> Unit)

The default 'Send' button in the attachments picker. Shown as ">" icon in the attachments picker header, enabled when there is at least one selected attachment.

Parameters

hasPickedAttachments

If there are any attachments picked.

onClick

The click handler for the button.