Package net.mready.picker
Class PhotoPicker
- java.lang.Object
-
- net.mready.picker.PhotoPicker
-
public final class PhotoPicker extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPhotoPicker.Builder
-
Field Summary
Fields Modifier and Type Field Description static intPICKER_MODE_CAMERAIf set, the picker would automatically open the camerastatic intPICKER_MODE_DEFAULTIf set, the picker would show a picker that allows you to choose between camera and gallery (the default).static intPICKER_MODE_GALLERYIf set, the picker would automatically open the gallery
-
-
-
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
-
-