RemoteViews.DrawInstructions.Builder(IList<Byte[]>) Constructor

Definition

Constructor.

[Android.Runtime.Register(".ctor", "(Ljava/util/List;)V", "", ApiSince=35)]
public Builder(System.Collections.Generic.IList<byte[]> instructions);
[<Android.Runtime.Register(".ctor", "(Ljava/util/List;)V", "", ApiSince=35)>]
new Android.Widget.RemoteViews.DrawInstructions.Builder : System.Collections.Generic.IList<byte[]> -> Android.Widget.RemoteViews.DrawInstructions.Builder

Parameters

instructions
IList<Byte[]>

List : Information to draw the RemoteViews.

Attributes

Remarks

Java documentation for RemoteViews.DrawInstructions.Builder.

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