PxUiOcrEditorScreenDelegate Protocol

@objc(PxUiOcrEditorScreenDelegate) protocol PxUiOcrEditorScreenDelegate : NSObjectProtocol

Completion callbacks for PxUiOcrEditorScreen.

Instance Methods

NameSummary
ocrEditorScreen(_:didFinishWithText:)The user dismissed the editor. text is the final edited plain text.
ocrEditorScreenDidCancel(_:)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.

Relationships

Inherits From

  • ObjectiveC.NSObjectProtocol

Conforming Types

Top