TelemetryResult
public struct TelemetryResult : Equatable
Result type.
-
Undocumented
Declaration
Swift
public let result: Result -
Undocumented
Declaration
Swift
public let resultStr: String -
Possible results returned for telemetry requests.
See moreDeclaration
Swift
public enum Result : Equatable -
Initializes a new
TelemetryResult.Declaration
Swift
public init(result: Result, resultStr: String)Parameters
resultResult enum value
resultStrHuman-readable English string describing the result
-
Declaration
Swift
public static func == (lhs: TelemetryResult, rhs: TelemetryResult) -> Bool
View on GitHub
Install in Dash
TelemetryResult Structure Reference