Call.Callback.OnChildrenChanged(Call, IList<Call>) Method

Definition

Invoked when the children of this Call have changed.

[Android.Runtime.Register("onChildrenChanged", "(Landroid/telecom/Call;Ljava/util/List;)V", "GetOnChildrenChanged_Landroid_telecom_Call_Ljava_util_List_Handler", ApiSince=23)]
public virtual void OnChildrenChanged (Android.Telecom.Call call, System.Collections.Generic.IList<Android.Telecom.Call>? children);
[<Android.Runtime.Register("onChildrenChanged", "(Landroid/telecom/Call;Ljava/util/List;)V", "GetOnChildrenChanged_Landroid_telecom_Call_Ljava_util_List_Handler", ApiSince=23)>]
abstract member OnChildrenChanged : Android.Telecom.Call * System.Collections.Generic.IList<Android.Telecom.Call> -> unit
override this.OnChildrenChanged : Android.Telecom.Call * System.Collections.Generic.IList<Android.Telecom.Call> -> unit

Parameters

call
Call

The Call invoking this method.

children
IList<Call>

The new children of the Call.

Attributes

Remarks

Invoked when the children of this Call have changed. See #getChildren().

Java documentation for android.telecom.Call.Callback.onChildrenChanged(android.telecom.Call, java.util.List<android.telecom.Call>).

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.

Applies to