RemoteConference.Callback.OnConnectionPropertiesChanged 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 call properties of this RemoteConference
have changed.
[Android.Runtime.Register("onConnectionPropertiesChanged", "(Landroid/telecom/RemoteConference;I)V", "GetOnConnectionPropertiesChanged_Landroid_telecom_RemoteConference_IHandler", ApiSince=25)]
public virtual void OnConnectionPropertiesChanged (Android.Telecom.RemoteConference conference, Android.Telecom.ConnectionProperties connectionProperties);
[<Android.Runtime.Register("onConnectionPropertiesChanged", "(Landroid/telecom/RemoteConference;I)V", "GetOnConnectionPropertiesChanged_Landroid_telecom_RemoteConference_IHandler", ApiSince=25)>]
abstract member OnConnectionPropertiesChanged : Android.Telecom.RemoteConference * Android.Telecom.ConnectionProperties -> unit
override this.OnConnectionPropertiesChanged : Android.Telecom.RemoteConference * Android.Telecom.ConnectionProperties -> unit
Parameters
- conference
- RemoteConference
The RemoteConference
invoking this method.
- connectionProperties
- ConnectionProperties
The new properties of the RemoteConference
.
- Attributes
Remarks
Indicates that the call properties of this RemoteConference
have changed. See #getConnectionProperties()
.
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.