ImageAndVideo

data class ImageAndVideo(val source: ImageSource = ImageSource.Gallery) : FileUploadType.HasMultipleSource(source)

Both image and video files

Parameters

source

How to select images: camera, gallery

Constructors

Link copied to clipboard
constructor(source: ImageSource = ImageSource.Gallery)

Properties

Link copied to clipboard
open override val source: ImageSource