QPCategory
public class QPCategory : Codable
Data model class representing the category of a QPSignal.
-
Undocumented
Declaration
Swift
public let id: Int -
Undocumented
Declaration
Swift
public let icon: String? -
Undocumented
Declaration
Swift
public let image: URL? -
Undocumented
See moreDeclaration
Swift
enum CodingKeys : String, CodingKey -
Declaration
Swift
required public init(from decoder: Decoder) throws -
Declaration
Swift
public func encode(to encoder: Encoder) throws -
Undocumented
Declaration
Swift
public func getTitle(for language: QPLangCode?) -> String? -
Undocumented
Declaration
Swift
public func getDescriptionShort(for language: QPLangCode?) -> String? -
Undocumented
Declaration
Swift
public func getDescriptionLong(for language: QPLangCode?) -> String? -
Undocumented
Declaration
Swift
public func getTTSTest(for language: QPLangCode?) -> String?
QPCategory Class Reference