PluginSoftware
public struct PluginSoftware : Codable
The minimum version of the Stream Deck application supported.
-
The minimum version of the Stream deck application that the plugin requires.
Important
This value should be set to only support Stream Deck 4.1 or later.Declaration
Swift
public let minimumVersion: String -
Initialize a new software version.
Declaration
Swift
public init(minimumVersion: String)Parameters
minimumVersionThis value should be set to only support Stream Deck 4.1 or later.
-
Convenience method for setting the software version in a manifest.
Declaration
Swift
public static func minimumVersion(_ minimumVersion: String) -> PluginSoftware
View on GitHub
PluginSoftware Structure Reference