RemoteConnection.Callback.OnConferenceChanged Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates that the RemoteConference that this RemoteConnection is a part
of has changed.
[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
Parameters
- connection
- RemoteConnection
The RemoteConnection invoking this method.
- conference
- RemoteConference
The RemoteConference of which this RemoteConnection is
a part, which may be null.
- Attributes
Remarks
Indicates that the RemoteConference that this RemoteConnection is a part of has changed.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.