Connection.EventRttAudioIndicationChanged Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Connection event used to inform an InCallService
that the RTT audio indication
has changed.
[Android.Runtime.Register("EVENT_RTT_AUDIO_INDICATION_CHANGED", ApiSince=29)]
public const string EventRttAudioIndicationChanged;
[<Android.Runtime.Register("EVENT_RTT_AUDIO_INDICATION_CHANGED", ApiSince=29)>]
val mutable EventRttAudioIndicationChanged : string
Field Value
- Attributes
Remarks
Connection event used to inform an InCallService
that the RTT audio indication has changed.
Java documentation for android.telecom.Connection.EVENT_RTT_AUDIO_INDICATION_CHANGED
.
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.