TelephonyManager.IsTtyModeSupported Property

Definition

Caution

deprecated

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

Property Value

Boolean

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

Attributes

Remarks

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