Session2CommandGroup.Builder.RemoveCommand(Session2Command) Method

Definition

Removes a command from this group which matches given command.

[Android.Runtime.Register("removeCommand", "(Landroid/media/Session2Command;)Landroid/media/Session2CommandGroup$Builder;", "", ApiSince=29)]
public Android.Media.Session2CommandGroup.Builder RemoveCommand(Android.Media.Session2Command command);
[<Android.Runtime.Register("removeCommand", "(Landroid/media/Session2Command;)Landroid/media/Session2CommandGroup$Builder;", "", ApiSince=29)>]
member this.RemoveCommand : Android.Media.Session2Command -> Android.Media.Session2CommandGroup.Builder

Parameters

command
Session2Command

A command to find. Shouldn't be null.

Returns

Attributes

Remarks

Removes a command from this group which matches given command.

Android reference for android.media.Session2CommandGroup.Builder.removeCommand.

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