Session2CommandGroup.Builder Constructors  
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
| Session2CommandGroup.Builder() | |
| Session2CommandGroup.Builder(Session2CommandGroup) | Creates a new builder for  | 
Session2CommandGroup.Builder()
[Android.Runtime.Register(".ctor", "()V", "", ApiSince=29)]
public Builder();- Attributes
Applies to
Session2CommandGroup.Builder(Session2CommandGroup)
Creates a new builder for Session2CommandGroup with commands copied from another
Session2CommandGroup object.
[Android.Runtime.Register(".ctor", "(Landroid/media/Session2CommandGroup;)V", "", ApiSince=29)]
public Builder(Android.Media.Session2CommandGroup commandGroup);[<Android.Runtime.Register(".ctor", "(Landroid/media/Session2CommandGroup;)V", "", ApiSince=29)>]
new Android.Media.Session2CommandGroup.Builder : Android.Media.Session2CommandGroup -> Android.Media.Session2CommandGroup.BuilderParameters
- commandGroup
- Session2CommandGroup
commandGroup
- Attributes
Remarks
Creates a new builder for Session2CommandGroup with commands copied from another Session2CommandGroup object.
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.