CommitOptions

data class CommitOptions(val activeStrokePolicy: ActiveStrokePolicy = ActiveStrokePolicy.WaitForPenUp(), val updateMode: EpdUpdateMode = EpdUpdateMode.HANDWRITING_REPAINT, val refreshTimeout: Duration = 2.seconds)(source)

Controls bitmap commit coordination and refresh behavior.

Constructors

Link copied to clipboard
constructor(activeStrokePolicy: ActiveStrokePolicy = ActiveStrokePolicy.WaitForPenUp(), updateMode: EpdUpdateMode = EpdUpdateMode.HANDWRITING_REPAINT, refreshTimeout: Duration = 2.seconds)

Properties

Link copied to clipboard

Behavior when the pen is down at commit time.

Link copied to clipboard

Maximum duration of the precise firmware refresh wait.

Link copied to clipboard

E Ink update mode used for the committed region.