Value
struct Value : Codable, Equatable
Values of the application properties (Global Kodi Type)
-
The language of the application
Declaration
Swift
public var language: String -
Bool if the volume of the application is muted or not
Declaration
Swift
public var muted: Bool -
The name of the application
Declaration
Swift
public var name: String -
Articles ignored during sorting when ignorearticle is enabled
Declaration
Swift
public var sorttokens: [String] -
The version of the application
Declaration
Swift
public var version: Version -
The volume setting of the application
Declaration
Swift
public var volume: Double -
The version of the application (major and minor number)
See moreDeclaration
Swift
public struct Version : Codable, Equatable
View on GitHub
Value Structure Reference