Langue

Call.Callback.OnParentChanged(Call, Call) Méthode

Définition

Appelé lorsque le parent de cette opération Call a changé.

[Android.Runtime.Register("onParentChanged", "(Landroid/telecom/Call;Landroid/telecom/Call;)V", "GetOnParentChanged_Landroid_telecom_Call_Landroid_telecom_Call_Handler", ApiSince=23)]
public virtual void OnParentChanged(Android.Telecom.Call call, Android.Telecom.Call parent);
[<Android.Runtime.Register("onParentChanged", "(Landroid/telecom/Call;Landroid/telecom/Call;)V", "GetOnParentChanged_Landroid_telecom_Call_Landroid_telecom_Call_Handler", ApiSince=23)>]
abstract member OnParentChanged : Android.Telecom.Call * Android.Telecom.Call -> unit
override this.OnParentChanged : Android.Telecom.Call * Android.Telecom.Call -> unit

Paramètres

call
Call

Appel Call de cette méthode.

parent
Call

Nouveau parent du Call.

Attributs

Remarques

Appelé lorsque le parent de cette opération Call a changé. Voir #getParent().

Java documentation pour android.telecom.Call.Callback.onParentChanged(android.telecom.Call, android.telecom.Call).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à