Share via


UIAccessibilityHearingDeviceEar Enum

Definition

Enumerates the ear (or ears) for which the accessibility device is paired.

[ObjCRuntime.Native]
public enum UIAccessibilityHearingDeviceEar
[<ObjCRuntime.Native>]
type UIAccessibilityHearingDeviceEar = 
Inheritance
UIAccessibilityHearingDeviceEar
Attributes

Fields

Name Value Description
None 0

The accessibility device is not currently associated with either or both bears.

Left 2

The accessibility device is associated with the left ear.

Right 4

The accessibility device is associated with the right ear.

Both 6

The accessibility device is associated with both ears.

Applies to