Added in API level 35
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 |
build() Creates a |
Public constructors
Builder
Added in API level 35
Builder(instructions: MutableList<ByteArray!>)
Constructor.
Parameters | |
---|---|
instructions |
MutableList<ByteArray!>: Information to draw the RemoteViews. This value cannot be null . |
Public methods
build
Added in API level 35
fun build(): RemoteViews.DrawInstructions
Creates a DrawInstructions
instance.
Return | |
---|---|
RemoteViews.DrawInstructions |
This value cannot be null . |