MediaType
public enum MediaTypeAn enum representing the media types the ImagePickerPresenter will access.
- 
                  
                  Case for image media types. DeclarationSwift case image
- 
                  
                  Case for movie media types. DeclarationSwift case movie
- 
                  
                  Case for both image and movie media types. DeclarationSwift case imageAndMovie
- 
                  
                  The media type representation accepted by a UIImagePickerController.DeclarationSwift public var pickerMediaTypes: [String] { get }
 View on GitHub
View on GitHub MediaType Enumeration Reference
        MediaType Enumeration Reference