-
- All Implemented Interfaces:
public enum MimeTypeInternal use only.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description IMAGE_PREFIXIMAGE_WILDCARDIMAGE_JPEGIMAGE_PNGIMAGE_GIFAPPLICATION_PDFAPPLICATION_JSONUNKNOWN
-
Method Summary
Modifier and Type Method Description static MimeTypefromString(@NonNull() String mimeType)StringasString()booleanequals(String mimeType)static Array<MimeType>values()Returns an array containing the constants of this enum type, in the order they're declared. static MimeTypevalueOf(String name)Returns the enum constant of this type with the specified name.
-