Call.Callback.OnConferenceableCallsChanged(Call, IList<Call>) 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.
Invoked upon changes to the set of Calls with which this Call can be
conferenced.
[Android.Runtime.Register("onConferenceableCallsChanged", "(Landroid/telecom/Call;Ljava/util/List;)V", "GetOnConferenceableCallsChanged_Landroid_telecom_Call_Ljava_util_List_Handler", ApiSince=23)]
public virtual void OnConferenceableCallsChanged(Android.Telecom.Call call, System.Collections.Generic.IList<Android.Telecom.Call>? conferenceableCalls);
[<Android.Runtime.Register("onConferenceableCallsChanged", "(Landroid/telecom/Call;Ljava/util/List;)V", "GetOnConferenceableCallsChanged_Landroid_telecom_Call_Ljava_util_List_Handler", ApiSince=23)>]
abstract member OnConferenceableCallsChanged : Android.Telecom.Call * System.Collections.Generic.IList<Android.Telecom.Call> -> unit
override this.OnConferenceableCallsChanged : Android.Telecom.Call * System.Collections.Generic.IList<Android.Telecom.Call> -> unit
Parameters
- call
- Call
The Call being updated.
- Attributes
Remarks
Invoked upon changes to the set of Calls with which this Call can be conferenced.
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.