MimetypeGroup
public enum MimetypeGroup : String
All the possible MIME types that are supported by Contentful. \
-
The attachment mimetype.
Declaration
Swift
case attachment -
The plaintext mimetype.
Declaration
Swift
case plaintext -
The image mimetype.
Declaration
Swift
case image -
The audio mimetype.
Declaration
Swift
case audio -
The video mimetype.
Declaration
Swift
case video -
The richtext mimetype.
Declaration
Swift
case richtext -
The presentation mimetype.
Declaration
Swift
case presentation -
The spreadsheet mimetype.
Declaration
Swift
case spreadsheet -
The pdf document mimetype.
Declaration
Swift
case pdfdocument -
The archive mimetype.
Declaration
Swift
case archive -
The code mimetype.
Declaration
Swift
case code -
The markup mimetype.
Declaration
Swift
case markup
View on GitHub
MimetypeGroup Enumeration Reference