Langue

Call.Callback.OnStateChanged(Call, CallState) Méthode

Définition

Appelé lorsque l’état de ce Call paramètre a changé.

[Android.Runtime.Register("onStateChanged", "(Landroid/telecom/Call;I)V", "GetOnStateChanged_Landroid_telecom_Call_IHandler", ApiSince=23)]
public virtual void OnStateChanged(Android.Telecom.Call call, Android.Telecom.CallState state);
[<Android.Runtime.Register("onStateChanged", "(Landroid/telecom/Call;I)V", "GetOnStateChanged_Landroid_telecom_Call_IHandler", ApiSince=23)>]
abstract member OnStateChanged : Android.Telecom.Call * Android.Telecom.CallState -> unit
override this.OnStateChanged : Android.Telecom.Call * Android.Telecom.CallState -> unit

Paramètres

call
Call

Appel Call de cette méthode.

state
CallState

Le nouvel état du Call.

Attributs

Remarques

Appelé lorsque l’état de ce Call paramètre a changé. Voir #getState().

Java documentation pour android.telecom.Call.Callback.onStateChanged(android.telecom.Call, int).

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 à