onModifiedTextChanged Function

abstract fun onModifiedTextChanged(modifiedText: ScanText)

Called when the user edits the text, so the host can save it.

Parameters

  • modifiedText — an instance of ScanText contains text was modified by user.
Top