You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`allowMultipleImages` Extra used to select and return multiple images from gallery **CANNOT select single image from gallery if this feature was enabled**
64
39
65
40
```kotlin
66
-
.allowMultipleImages(true)
41
+
.allowMultipleImages(true)
67
42
```
68
43
69
44
*`allowOnlineImages` an option to allow the user to select any image from online resource ex: Google Drive **(KNOWN ISSUE) if you enable this option then you cannot select multiple images**
70
45
71
46
```kotlin
72
-
.allowOnlineImages(true)
73
-
```
74
-
75
-
### Additional Video Options
76
-
*`mode` to select the mode, you can choose one of these `CAMERA`,`GALLERY` or `CAMERA_AND_GALLERY`
77
-
78
-
```kotlin
79
-
.mode(MediaPicker.Mode.CAMERA)
47
+
.allowOnlineImages(true)
80
48
```
81
49
82
-
*`imageExtension` You can change the imageExtension of video to `MP4`
83
-
84
-
```kotlin
85
-
.imageExtension(MediaPicker.Extension.MP4)
86
-
```
87
50
---
88
51
89
-
library based on [https://github.com/alhazmy13/MediaPicker](https://github.com/alhazmy13/MediaPicker)
52
+
library based on [https://github.com/alhazmy13/MediaPicker](https://github.com/alhazmy13/MediaPicker)
0 commit comments