RemoteConference.Callback.OnStateChanged 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í.
Se invoca cuando el estado de esto RemoteConferece ha cambiado.
[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
Parámetros
- conference
- RemoteConference
La RemoteConference invocación de este método.
- oldState
- CallState
Estado anterior de RemoteConference.
- newState
- CallState
Nuevo estado de RemoteConference.
- Atributos
Comentarios
Se invoca cuando el estado de esto RemoteConferece ha cambiado. Consulte #getState().
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.