Builder


class Builder
kotlin.Any
   ↳ android.widget.RemoteViews.DrawInstructions.Builder

Builder class for DrawInstructions objects.

Summary

Public constructors
Builder(instructions: MutableList<ByteArray!>)

Constructor.

Public methods
RemoteViews.DrawInstructions

Creates a DrawInstructions instance.

Public constructors

Builder

Builder(instructions: MutableList<ByteArray!>)

Constructor.

Parameters
instructions MutableList<ByteArray!>: Information to draw the RemoteViews. This value cannot be null.

Public methods

build

fun build(): RemoteViews.DrawInstructions

Creates a DrawInstructions instance.

Return
RemoteViews.DrawInstructions This value cannot be null.