次の方法で共有


Conference.RemoveExtras Method

Definition

Overloads

RemoveExtras(IList<String>)

Removes extras from this Conference.

RemoveExtras(String[])

Removes extras from this Conference.

RemoveExtras(IList<String>)

Removes extras from this Conference.

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

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

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