fileConflictResolution property
How to resolve a file conflict when the underlying PDF file is modified or deleted by another process while it is open in the viewer.
Defaults to IOSFileConflictResolution.defaultBehavior, which shows an alert so the user can choose. The other values resolve the conflict automatically without UI.
Applied by watching the SDK's underlying-file-changed notification and
calling Document.resolveFileConflict(forDataProvider:with:) with the
configured resolution.
See also:
- IOSFileConflictResolution for the available strategies.
Implementation
final IOSFileConflictResolution? fileConflictResolution;