EmergencyDescription
public struct EmergencyDescription : Decodable, Encodable
Description of authorization by emergency code
-
The remaining number of emergency codes
Declaration
Swift
public let codesLeft: Int
-
Undocumented
Declaration
Swift
public init(codeLength: Int, codesLeft: Int)