Enumerations

The following enumerations are available globally.

  • Demographic a manga appeals to

    See more

    Declaration

    Swift

    public enum MDDemographic : String, Codable
  • Publication status of a manga

    See more

    Declaration

    Swift

    public enum MDPublicationStatus : String, Codable
  • User-defined status of a manga

    See more

    Declaration

    Swift

    public enum MDReadingStatus : String, Codable
  • Rating of a manga’s content

    See more

    Declaration

    Swift

    public enum MDContentRating : String, Codable
  • Visibility of a user’s custom list

    See more

    Declaration

    Swift

    public enum MDCustomListVisibility : String, Codable
  • Type of object which exists in the MangaDex API

    See more

    Declaration

    Swift

    public enum MDObjectType : String, Codable
  • Tag filtering mode (used to include or exclude tags during search)

    See more

    Declaration

    Swift

    public enum MDTagFilteringMode : String, Codable
  • Criteria to use when sorting objects

    Note

    Not all sort criterias may be available for all kinds of objects
    See more

    Declaration

    Swift

    public enum MDSortCriteria : String, Codable
  • Sort order for lists of objects

    See more

    Declaration

    Swift

    public enum MDSortOrder : String, Codable
  • Types of external links provided by MangaDex

    See more

    Declaration

    Swift

    public enum MDExternalLinkType : String, Codable
  • Types of result status the MangaDex API may return

    See more

    Declaration

    Swift

    public enum MDResultStatus : String, Codable
  • Roles returned by the MangaDex API in token information

    TODO: This list might not be accurate as it is not described in the API documentation

    See more

    Declaration

    Swift

    public enum MDRole : String, Codable
  • Permissions returned by the MangaDex API in token information

    TODO: This list might not be accurate as it is not described in the API documentation

    See more

    Declaration

    Swift

    public enum MDPermission : String, Codable
  • Known “official” MangaDex image servers

    These can be useful if you do not want to use a MD@Home node

    See more

    Declaration

    Swift

    public enum MDImageServer : String, Codable
  • Sizes/Resolutions available for covers

    See more

    Declaration

    Swift

    public enum MDCoverSize : String, Codable