Control.StatelessBuilder Constructors

Definition

Overloads

Control.StatelessBuilder(Control)

Creates a StatelessBuilder using an existing Control as a base.

Control.StatelessBuilder(String, PendingIntent)

Control.StatelessBuilder(Control)

Creates a StatelessBuilder using an existing Control as a base.

[Android.Runtime.Register(".ctor", "(Landroid/service/controls/Control;)V", "", ApiSince=30)]
public StatelessBuilder (Android.Service.Controls.Control control);
[<Android.Runtime.Register(".ctor", "(Landroid/service/controls/Control;)V", "", ApiSince=30)>]
new Android.Service.Controls.Control.StatelessBuilder : Android.Service.Controls.Control -> Android.Service.Controls.Control.StatelessBuilder

Parameters

control
Control

base for the builder.

Attributes

Remarks

Creates a StatelessBuilder using an existing Control as a base.

Java documentation for android.service.controls.Control.StatelessBuilder.Control$StatelessBuilder(android.service.controls.Control).

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

Control.StatelessBuilder(String, PendingIntent)

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Landroid/app/PendingIntent;)V", "", ApiSince=30)]
public StatelessBuilder (string controlId, Android.App.PendingIntent appIntent);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Landroid/app/PendingIntent;)V", "", ApiSince=30)>]
new Android.Service.Controls.Control.StatelessBuilder : string * Android.App.PendingIntent -> Android.Service.Controls.Control.StatelessBuilder

Parameters

controlId
String

the identifier for the Control

appIntent
PendingIntent

the pending intent linking to the device Activity

Attributes

Remarks

Java documentation for android.service.controls.Control.StatelessBuilder.Control$StatelessBuilder(java.lang.String, android.app.PendingIntent).

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