PSPDFFileConflictType
Objective-C
enum PSPDFFileConflictType {}
Swift
enum FileConflictType : UInt
The types of conflicts that PSPDFKit can detect.
-
The document file was deleted while the document is loaded.
Declaration
Objective-C
PSPDFFileConflictTypeDeletion = 0
Swift
case deletion = 0
-
The document file was modified while the document is loaded has unsaved changes.
Declaration
Objective-C
PSPDFFileConflictTypeModification
Swift
case modification = 1