Share via


TelephonyManager.IsTtyModeSupported Property

Definition

This member is deprecated.

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

Property Value

true if the device supports TTY mode, and false otherwise.

Attributes

Remarks

This member is deprecated. Use TelecomManager#isTtySupported() instead Whether the phone supports TTY mode.

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

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