PxUiOcrEditorScreenView.Coordinator Class

final class Coordinator

SwiftUI coordinator that bridges the hosted view controller delegate.

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.NSObject

Conforms To

  • ObjectiveC.NSObjectProtocol
  • PxUiOcrEditorScreenDelegate
  • Swift.CVarArg
  • Swift.CustomDebugStringConvertible
  • Swift.CustomStringConvertible
  • Swift.Equatable
  • Swift.Hashable
Top