Call.Callback.OnRttStatusChanged(Call, Boolean, Call+RttCall) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
[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
Parámetros
- call
- Call
- enabled
- Boolean
- rttCall
- Call.RttCall
- Atributos
Comentarios
Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.