RemoteConference.Callback.OnStateChanged Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Appelé lorsque l’état de ce RemoteConferece paramètre a changé.
[Android.Runtime.Register("onStateChanged", "(Landroid/telecom/RemoteConference;II)V", "GetOnStateChanged_Landroid_telecom_RemoteConference_IIHandler", ApiSince=23)]
public virtual void OnStateChanged(Android.Telecom.RemoteConference conference, Android.Telecom.CallState oldState, Android.Telecom.CallState newState);
[<Android.Runtime.Register("onStateChanged", "(Landroid/telecom/RemoteConference;II)V", "GetOnStateChanged_Landroid_telecom_RemoteConference_IIHandler", ApiSince=23)>]
abstract member OnStateChanged : Android.Telecom.RemoteConference * Android.Telecom.CallState * Android.Telecom.CallState -> unit
override this.OnStateChanged : Android.Telecom.RemoteConference * Android.Telecom.CallState * Android.Telecom.CallState -> unit
Paramètres
- conference
- RemoteConference
Appel RemoteConference de cette méthode.
- oldState
- CallState
État précédent du RemoteConference.
- newState
- CallState
Le nouvel état du RemoteConference.
- Attributs
Remarques
Appelé lorsque l’état de ce RemoteConferece paramètre a changé. Voir #getState().
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.