Call.Callback.OnRttStatusChanged(Call, Boolean, Call+RttCall) Method
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.
Invoked when the call's RTT status changes, either from off to on or from on to off.
[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
The call whose RTT status has changed.
- enabled
- Boolean
whether RTT is now enabled or disabled
- rttCall
- Call.RttCall
the RttCall object to use for reading and writing if RTT is now on, null otherwise.
- Attributes
Remarks
Invoked when the call's RTT status changes, either from off to on or from on to off.
Android reference for android.telecom.Call.Callback.onRttStatusChanged.
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.