Added in API level 35
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 |
Inherited methods | |
|---|---|
Public constructors
Builder
Added in API level 35
public Builder (List<byte[]> instructions)
Constructor.
| Parameters | |
|---|---|
instructions |
List: Information to draw the RemoteViews.
This value cannot be null. |
Public methods
build
Added in API level 35
public RemoteViews.DrawInstructions build ()
Creates a DrawInstructions instance.
| Returns | |
|---|---|
RemoteViews.DrawInstructions |
This value cannot be null. |