UpgradeCheck
public struct UpgradeCheck : Codable, Equatable
Struct representing upgrade check related values.
-
Enumeration of upgrade actions.
See moreDeclaration
Swift
public enum Action : String, Codable
-
Value representing the upgrade action.
Declaration
Swift
public var upgradeAction: Action
-
The app download link.
Declaration
Swift
public var downloadLink: String
-
Undocumented
Declaration
Swift
public init(upgradeAction: Action, downloadLink: String)
-
Declaration
Swift
public init(from decoder: Decoder) throws