Lingua

RemoteConnection.Callback.OnConferenceChanged Metodo

Definizione

Indica che l'oggetto RemoteConference che fa RemoteConnection parte di è stato modificato.

[Android.Runtime.Register("onConferenceChanged", "(Landroid/telecom/RemoteConnection;Landroid/telecom/RemoteConference;)V", "GetOnConferenceChanged_Landroid_telecom_RemoteConnection_Landroid_telecom_RemoteConference_Handler", ApiSince=23)]
public virtual void OnConferenceChanged(Android.Telecom.RemoteConnection connection, Android.Telecom.RemoteConference conference);
[<Android.Runtime.Register("onConferenceChanged", "(Landroid/telecom/RemoteConnection;Landroid/telecom/RemoteConference;)V", "GetOnConferenceChanged_Landroid_telecom_RemoteConnection_Landroid_telecom_RemoteConference_Handler", ApiSince=23)>]
abstract member OnConferenceChanged : Android.Telecom.RemoteConnection * Android.Telecom.RemoteConference -> unit
override this.OnConferenceChanged : Android.Telecom.RemoteConnection * Android.Telecom.RemoteConference -> unit

Parametri

connection
RemoteConnection

Richiamo di RemoteConnection questo metodo.

conference
RemoteConference

Oggetto RemoteConference di cui fa RemoteConnection parte, che può essere null.

Attributi

Commenti

Indica che l'oggetto RemoteConference che fa RemoteConnection parte di è stato modificato.

per android.telecom.RemoteConnection.Callback.onConferenceChanged(android.telecom.RemoteConnection, android.telecom.RemoteConference).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a