UIAccessibilityHearingDeviceEar 枚举

定义

枚举已配对辅助功能设备的耳朵 (或耳朵) 。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIAccessibilityHearingDeviceEar
type UIAccessibilityHearingDeviceEar = 
继承
UIAccessibilityHearingDeviceEar
属性

字段

Both 6

辅助功能设备与双耳相关联。

Left 2

辅助功能设备与左耳相关联。

None 0

辅助功能设备当前未与熊或两者关联。

Right 4

辅助功能设备与右耳相关联。

适用于