Call.Callback.OnRttModeChanged(Call, RttMode) Method

Definition

Invoked when the RTT mode changes for this call.

[Android.Runtime.Register("onRttModeChanged", "(Landroid/telecom/Call;I)V", "GetOnRttModeChanged_Landroid_telecom_Call_IHandler", ApiSince=26)]
public virtual void OnRttModeChanged (Android.Telecom.Call call, Android.Telecom.RttMode mode);
[<Android.Runtime.Register("onRttModeChanged", "(Landroid/telecom/Call;I)V", "GetOnRttModeChanged_Landroid_telecom_Call_IHandler", ApiSince=26)>]
abstract member OnRttModeChanged : Android.Telecom.Call * Android.Telecom.RttMode -> unit
override this.OnRttModeChanged : Android.Telecom.Call * Android.Telecom.RttMode -> unit

Parameters

call
Call

The call whose RTT mode has changed.

mode
RttMode

the new RTT mode, one of RttCall#RTT_MODE_FULL, RttCall#RTT_MODE_HCO, or RttCall#RTT_MODE_VCO

Attributes

Remarks

Invoked when the RTT mode changes for this call.

Java documentation for android.telecom.Call.Callback.onRttModeChanged(android.telecom.Call, int).

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