public class PictureSelectionModel
extends java.lang.Object
Constructor and Description |
---|
PictureSelectionModel(PictureSelector selector,
int chooseMode) |
PictureSelectionModel(PictureSelector selector,
int chooseMode,
boolean camera) |
Modifier and Type | Method and Description |
---|---|
PictureSelectionModel |
cameraFileName(java.lang.String fileName)
Camera custom local file name
# Such as xxx.png
|
void |
forResult(int requestCode)
Start to select media and wait for result.
|
void |
forResult(int requestCode,
int enterAnim,
int exitAnim)
Deprecated.
|
PictureSelectionModel |
imageSpanCount(int imageSpanCount) |
PictureSelectionModel |
isAndroidQTransform(boolean isAndroidQTransform)
# If you want to handle the Android Q path, if not, just return the uri,
The getAndroidQToPath(); field will be empty
|
PictureSelectionModel |
isCamera(boolean isCamera) |
PictureSelectionModel |
isGif(boolean isGif) |
PictureSelectionModel |
isNotPreviewDownload(boolean isNotPreviewDownload) |
PictureSelectionModel |
isSingleDirectReturn(boolean isSingleDirectReturn) |
PictureSelectionModel |
isZoomAnim(boolean zoomAnim) |
PictureSelectionModel |
loadImageEngine(ImageEngine engine) |
PictureSelectionModel |
maxSelectNum(int maxSelectNum) |
PictureSelectionModel |
minSelectNum(int minSelectNum) |
PictureSelectionModel |
previewImage(boolean enablePreview) |
PictureSelectionModel |
previewVideo(boolean enPreviewVideo) |
PictureSelectionModel |
querySpecifiedFormatSuffix(java.lang.String specifiedFormat) |
PictureSelectionModel |
selectionMedia(java.util.List<LocalMedia> selectionMedia) |
PictureSelectionModel |
selectionMode(int selectionMode) |
PictureSelectionModel |
setRequestedOrientation(int requestedOrientation)
Change the desired orientation of this activity.
|
PictureSelectionModel |
videoDurationLimit(int duration)
不可发送video时长limit
|
public PictureSelectionModel(PictureSelector selector, int chooseMode)
public PictureSelectionModel(PictureSelector selector, int chooseMode, boolean camera)
public PictureSelectionModel setRequestedOrientation(int requestedOrientation)
requestedOrientation
- An orientation constant as used in
ActivityInfo.screenOrientation
.public PictureSelectionModel loadImageEngine(ImageEngine engine)
engine
- Image Load the enginepublic PictureSelectionModel selectionMode(int selectionMode)
selectionMode
- PictureSelector Selection model and PictureConfig.MULTIPLE or PictureConfig.SINGLEpublic PictureSelectionModel maxSelectNum(int maxSelectNum)
maxSelectNum
- PictureSelector max selectionpublic PictureSelectionModel minSelectNum(int minSelectNum)
minSelectNum
- PictureSelector min selectionpublic PictureSelectionModel isSingleDirectReturn(boolean isSingleDirectReturn)
Select
- whether to return directlypublic PictureSelectionModel imageSpanCount(int imageSpanCount)
imageSpanCount
- PictureSelector image span countpublic PictureSelectionModel cameraFileName(java.lang.String fileName)
fileName
- public PictureSelectionModel isZoomAnim(boolean zoomAnim)
zoomAnim
- Picture list zoom animpublic PictureSelectionModel isCamera(boolean isCamera)
isCamera
- Whether to open camera buttonpublic PictureSelectionModel isGif(boolean isGif)
isGif
- Whether to open gifpublic PictureSelectionModel previewImage(boolean enablePreview)
enablePreview
- Do you want to preview the picture?public PictureSelectionModel previewVideo(boolean enPreviewVideo)
enPreviewVideo
- Do you want to preview the video?public PictureSelectionModel isNotPreviewDownload(boolean isNotPreviewDownload)
isNotPreviewDownload
- Previews do not show downloadspublic PictureSelectionModel querySpecifiedFormatSuffix(java.lang.String specifiedFormat)
Specify
- get image formatpublic PictureSelectionModel selectionMedia(java.util.List<LocalMedia> selectionMedia)
selectionMedia
- Select the selected picture setpublic PictureSelectionModel isAndroidQTransform(boolean isAndroidQTransform)
isAndroidQTransform
- public void forResult(int requestCode)
requestCode
- Identity of the request Activity or Fragment.@Deprecated public void forResult(int requestCode, int enterAnim, int exitAnim)
requestCode
- Identity of the request Activity or Fragment.public PictureSelectionModel videoDurationLimit(int duration)
duration
- 单位秒