Call.RemoveExtras Method

Definition

Overloads

RemoveExtras(IList<String>)

Removes extras from this Call.

RemoveExtras(String[])

Removes extras from this Call.

RemoveExtras(IList<String>)

Removes extras from this Call.

[Android.Runtime.Register("removeExtras", "(Ljava/util/List;)V", "", ApiSince=25)]
public void RemoveExtras (System.Collections.Generic.IList<string>? keys);
[<Android.Runtime.Register("removeExtras", "(Ljava/util/List;)V", "", ApiSince=25)>]
member this.RemoveExtras : System.Collections.Generic.IList<string> -> unit

Parameters

keys
IList<String>

The keys of the extras to remove.

Attributes

Remarks

Removes extras from this Call.

Java documentation for android.telecom.Call.removeExtras(java.util.List<java.lang.String>).

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

RemoveExtras(String[])

Removes extras from this Call.

[Android.Runtime.Register("removeExtras", "([Ljava/lang/String;)V", "", ApiSince=25)]
public void RemoveExtras (params string[]? keys);
[<Android.Runtime.Register("removeExtras", "([Ljava/lang/String;)V", "", ApiSince=25)>]
member this.RemoveExtras : string[] -> unit

Parameters

keys
String[]

The keys of the extras to remove.

Attributes

Remarks

Java documentation for android.telecom.Call.removeExtras(java.lang.String).

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