MimiHearingSymmetry

public enum MimiHearingSymmetry : Equatable, Codable

Hearing symmetry of a user.

  • symmetrical: Hearing symmetrical across both ears.
  • asymmetrical: Hearing asymmetrical with one ear better than the other.
  • unknown: Unable to determine the hearing symmetry.
  • Declaration

    Swift

    public init(from decoder: Decoder) throws
  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws