AttachmentCameraPickerParams

data class AttachmentCameraPickerParams(val pickerMode: CameraPickerMode, val onAttachmentsSubmitted: (List<AttachmentMetaData>) -> Unit)

Parameters for ChatComponentFactory.AttachmentCameraPicker.

Parameters

pickerMode

Configuration for camera capture.

onAttachmentsSubmitted

Called with the captured media metadata.

Constructors

Link copied to clipboard
constructor(pickerMode: CameraPickerMode, onAttachmentsSubmitted: (List<AttachmentMetaData>) -> Unit)

Properties

Link copied to clipboard