DefaultMessageInputBottomSheetContract

Represents the contract to handle the message input dialog click actions.

Since

1.0.0-beta.2

Constructors

Link copied to clipboard
constructor(imagePicker: ImagePickerState, imageCapturer: CameraCapturerState, videoCapturer: CameraCapturerState, filePicker: FilePickerState)

Functions

Link copied to clipboard
open override fun onClickCaptureVideo()

Requests to capture a video.

Link copied to clipboard
open override fun onClickDocument()

Requests to open the document.

Link copied to clipboard
open override fun onClickGallery()

Requests to open the gallery.

Link copied to clipboard
open override fun onClickTakePhoto()

Requests to take a photo.