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 let codeLength: Int
  • Undocumented

    Declaration

    Swift

    public init(codesLeft: Int, codeLength: Int)