ConfirmRestore Interface

interface ConfirmRestore

Asks the user to confirm discarding their edits and going back to the recognised text.

Types

Companion

object Companion

Shared defaults for recognition handlers.

Properties

items

abstract val items: List<CharSequence>

The text that would be restored, for showing in the confirmation.

Functions

restore

abstract fun restore()

Discards the edits and restores the recognised text.

Top