photoGallery
inline fun AiutaImagePickerFeature.Builder.photoGallery(block: AiutaImagePickerPhotoGalleryFeature.Builder.() -> Unit): AiutaImagePickerFeature.Builder
DSL function for configuring the photo gallery feature.
Example usage:
imagePicker {
photoGallery {
icons = ...
strings = ...
}
}
Content copied to clipboard