Attributes
public struct Attributes : Codable
A root object that stores information about a single app theme, such as the app theme’s name, download count, and download link.
-
The link to a screenshot of the app theme.
Declaration
Swift
public let screenshots: [Media]
-
The name of the app theme.
Declaration
Swift
public let name: String
-
The current version of the app theme.
Declaration
Swift
public let version: String
-
The download count of the app theme.
Declaration
Swift
public let downloadCount: Int
-
The download link of the app theme.
Declaration
Swift
public let downloadLink: String