ocrEditorScreenDidCancel(_:) Instance Method

@objc optional func ocrEditorScreenDidCancel(_ screen: PxUiOcrEditorScreen)

References: PxUiOcrEditorScreen

The user cancelled the editor (dismissed without an explicit finish path). Reserved for hosts that want to distinguish; the default back-button path reports didFinishWithText: with the current text.

Top