RemoteViews.DrawInstructions.Builder


public static final class RemoteViews.DrawInstructions.Builder
extends Object

java.lang.Object
   ↳ android.widget.RemoteViews.DrawInstructions.Builder


Builder class for DrawInstructions objects.

Summary

Public constructors

Builder(List<byte[]> instructions)

Constructor.

Public methods

RemoteViews.DrawInstructions build()

Creates a DrawInstructions instance.

Inherited methods

Public constructors

Builder

public Builder (List<byte[]> instructions)

Constructor.

Parameters
instructions List: Information to draw the RemoteViews. This value cannot be null.

Public methods

build

public RemoteViews.DrawInstructions build ()

Creates a DrawInstructions instance.

Returns
RemoteViews.DrawInstructions This value cannot be null.