-
- All Implemented Interfaces:
-
android.os.Parcelable,github.leavesczy.matisse.MediaType
public final class MediaType.MultipleMimeType implements MediaType
-
-
Field Summary
Fields Modifier and Type Field Description private final Set<String>mimeTypesprivate final BooleanincludeImageprivate final BooleanincludeVideo
-
Constructor Summary
Constructors Constructor Description MediaType.MultipleMimeType(Set<String> mimeTypes)
-
Method Summary
Modifier and Type Method Description final Set<String>getMimeTypes()BooleangetIncludeImage()BooleangetIncludeVideo()-
-
Method Detail
-
getMimeTypes
final Set<String> getMimeTypes()
-
getIncludeImage
Boolean getIncludeImage()
-
getIncludeVideo
Boolean getIncludeVideo()
-
-
-
-