Class PhotoPicker


  • public final class PhotoPicker
    extends Object
    • Field Detail

      • PICKER_MODE_DEFAULT

        public static final int PICKER_MODE_DEFAULT
        If set, the picker would show a picker that allows you to choose between camera and gallery (the default).
        See Also:
        Constant Field Values
      • PICKER_MODE_CAMERA

        public static final int PICKER_MODE_CAMERA
        If set, the picker would automatically open the camera
        See Also:
        Constant Field Values
      • PICKER_MODE_GALLERY

        public static final int PICKER_MODE_GALLERY
        If set, the picker would automatically open the gallery
        See Also:
        Constant Field Values