fileConflictResolution property

IOSFileConflictResolution? fileConflictResolution
final

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:

Implementation

final IOSFileConflictResolution? fileConflictResolution;