Content
public enum Content : String, Codable
Undocumented
-
Undocumented
Declaration
Swift
case authorAsc = "+author" -
Undocumented
Declaration
Swift
case ratingAsc = "+rating" -
Undocumented
Declaration
Swift
case sizeAsc = "+size" -
Undocumented
Declaration
Swift
case priceAsc = "+price" -
Undocumented
Declaration
Swift
case createdAsc = "+created" -
Undocumented
Declaration
Swift
case expirationAsc = "+expiration" -
Undocumented
Declaration
Swift
case authorDesc = "-author" -
Undocumented
Declaration
Swift
case ratingDesc = "-rating" -
Undocumented
Declaration
Swift
case sizeDesc = "-size" -
Undocumented
Declaration
Swift
case priceDesc = "-price" -
Undocumented
Declaration
Swift
case createdDesc = "-created" -
Undocumented
Declaration
Swift
case expirationDesc = "-expiration"
View on GitHub
Install in Dash
Content Enumeration Reference