YDB_NotifyReason
enum YDB_NotifyReason {}
Welcome to YapDatabase!
The project page has a wealth of documentation if you have any questions. https://github.com/yapstudios/YapDatabase
If you’re new to the project you may want to visit the wiki. https://github.com/yapstudios/YapDatabase/wiki
The YapDatabaseRelationship extension allow you to create relationships between objects, and configure automatic deletion rules.
For tons of information about this extension, see the wiki article: https://github.com/yapstudios/YapDatabase/wiki/Relationships
-
Undocumented
Declaration
Objective-C
YDB_EdgeDeletedSwift
case edgeDeleted = 0 -
Undocumented
Declaration
Objective-C
YDB_SourceNodeDeletedSwift
case sourceNodeDeleted = 1 -
Undocumented
Declaration
Objective-C
YDB_DestinationNodeDeletedSwift
case destinationNodeDeleted = 2
YDB_NotifyReason Enumeration Reference