Call.RemoveExtras 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.
Overloads
RemoveExtras(IList<String>) |
Removes extras from this |
RemoveExtras(String[]) |
Removes extras from this |
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
- 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.