RSDImagePickerSourceType
public enum RSDImagePickerSourceType : String, Codable
What source should be used for the image selection?
Note
The app is required to include the appropriate permission strings in itsInfo.plist file.
-
“Privacy - Camera Usage Description” Specifies the reason for your app to access the device’s camera.
Seealso
NSCameraUsageDescriptionDeclaration
Swift
case camera -
“Privacy - Photo Library Usage Description” Specifies the reason for your app to access the user’s photo library.
Seealso
NSPhotoLibraryUsageDescriptionDeclaration
Swift
case photoLibrary
View on GitHub
RSDImagePickerSourceType Enumeration Reference