Share via


TelephonyManager.IsHearingAidCompatibilitySupported Property

Definition

Whether the phone supports hearing aid compatibility.

public virtual bool IsHearingAidCompatibilitySupported { [Android.Runtime.Register("isHearingAidCompatibilitySupported", "()Z", "GetIsHearingAidCompatibilitySupportedHandler", ApiSince=23)] get; }
[<get: Android.Runtime.Register("isHearingAidCompatibilitySupported", "()Z", "GetIsHearingAidCompatibilitySupportedHandler", ApiSince=23)>]
member this.IsHearingAidCompatibilitySupported : bool

Property Value

true if the device supports hearing aid compatibility, and false otherwise.

Attributes

Remarks

Whether the phone supports hearing aid compatibility.

Java documentation for android.telephony.TelephonyManager.isHearingAidCompatibilitySupported().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to