message Input Document Menu
fun messageInputDocumentMenu(contract: MessageInputBottomSheetContract?, onClick: () -> Unit = {
contract?.onClickDocument()
}): DialogMenuDetail
Returns the default "document" menu for the message input.
Return
The DialogMenuDetail for the document menu.
Since
1.0.0
Parameters
contract
The contract to handle the menu click actions.
on Click
The action to be executed when the menu is clicked.