Version
public struct Version : Codable, Hashable
Miniapp version information
-
Custom Tag name associated for every Miniapp which was given while uploading it in the platform
Declaration
Swift
public var versionTag: String
-
Version number associated for every Miniapp which was given while uploading it in the platform
Declaration
Swift
public var versionId: String
-
Undocumented
Declaration
Swift
public init(versionTag: String, versionId: String)