CrosssProcessNotification
-
Welcome to YapDatabase! https://github.com/yapstudios/YapDatabase
The project wiki has a wealth of documentation if you have any questions. https://github.com/yapstudios/YapDatabase/wiki
YapDatabaseCrossProcessNotificationis an extension which allows you to be notified when the database has been updated in another process.A
YapDatabaseModifiedExternallyNotificationnotification is posted on the main thread.This is useful when the
enableMutiprocessSupportoption has been set, to be notified of external changes and having an opportunity to reload a view.All processes using the database should declare the extension.
An identifier permits to distinguish each database, and all processes listening on the same database must use the same identifier.
See moreDeclaration
Objective-C
@interface YapDatabaseCrossProcessNotification : YapDatabaseExtensionSwift
class YapDatabaseCrossProcessNotification : YapDatabaseExtension
-
Undocumented
Declaration
Objective-C
@interface YapDatabaseCrossProcessNotificationConnection : YapDatabaseExtensionConnection @endSwift
class YapDatabaseCrossProcessNotificationConnection : YapDatabaseExtensionConnection
-
Undocumented
Declaration
Objective-C
@interface YapDatabaseCrossProcessNotificationTransaction : YapDatabaseExtensionTransaction @endSwift
class YapDatabaseCrossProcessNotificationTransaction : YapDatabaseExtensionTransaction
CrosssProcessNotification Reference