Share via


Connection.RemoveExtras Method

Definition

Overloads

RemoveExtras(IList<String>)

Removes extras from this Connection.

RemoveExtras(String[])

Removes extras from this Connection.

RemoveExtras(IList<String>)

Removes extras from this Connection.

[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 Connection.

Java documentation for android.telecom.Connection.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 Connection.

[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.Connection.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