StreamDeckApp

public struct StreamDeckApp : Decodable, CustomStringConvertible

Information about the Stream Deck application.

  • In which language the Stream Deck application is running.

    Declaration

    Swift

    public let language: Language
  • On which platform the Stream Deck application is running.

    Declaration

    Swift

    public let platform: Platform
  • The operating system version.

    Declaration

    Swift

    public let platformVersion: String
  • The Stream Deck application version.

    Declaration

    Swift

    public let version: String
  • Declaration

    Swift

    public var description: String { get }