Call.Callback.OnRttStatusChanged(Call, Boolean, Call+RttCall) Method

Definition

[Android.Runtime.Register("onRttStatusChanged", "(Landroid/telecom/Call;ZLandroid/telecom/Call$RttCall;)V", "GetOnRttStatusChanged_Landroid_telecom_Call_ZLandroid_telecom_Call_RttCall_Handler", ApiSince=26)]
public virtual void OnRttStatusChanged (Android.Telecom.Call call, bool enabled, Android.Telecom.Call.RttCall rttCall);
[<Android.Runtime.Register("onRttStatusChanged", "(Landroid/telecom/Call;ZLandroid/telecom/Call$RttCall;)V", "GetOnRttStatusChanged_Landroid_telecom_Call_ZLandroid_telecom_Call_RttCall_Handler", ApiSince=26)>]
abstract member OnRttStatusChanged : Android.Telecom.Call * bool * Android.Telecom.Call.RttCall -> unit
override this.OnRttStatusChanged : Android.Telecom.Call * bool * Android.Telecom.Call.RttCall -> unit

Parameters

call
Call
enabled
Boolean
rttCall
Call.RttCall
Attributes

Remarks

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