SetBitmap

data class SetBitmap(val bitmap: Bitmap?)

Redux action to set the bitmap to display.

Parameters

bitmap

the new bitmap to set.

Constructors

Link copied to clipboard
constructor(bitmap: Bitmap?)

Properties

Link copied to clipboard
val bitmap: Bitmap?