MDContentRating
public enum MDContentRating : String, Codable
Rating of a manga’s content
-
Used only for filtering by content rating
Declaration
Swift
case none = "none" -
The manga only has safe content
Declaration
Swift
case safe = "safe" -
The manga has suggestive content
Declaration
Swift
case suggestive = "suggestive" -
The manga has erotic content
Declaration
Swift
case erotica = "erotica" -
The manga has pornographic content
Declaration
Swift
case pornographic = "pornographic"
View on GitHub
MDContentRating Enumeration Reference