RLMRealmNotification Constants Reference
Declared in | RLMConstants.h |
RLMRealmNotification
Definition
typedef NS_ENUM(NSString, RLMRealmNotification ) {
RLMRealmDidChangeNotification,
RLMRealmRefreshRequiredNotification,
};
Constants
RLMRealmDidChangeNotification
-
Posted by RLMRealm when the data in the realm has changed.
Declared In
RLMConstants.h
. RLMRealmRefreshRequiredNotification
-
Posted by RLMRealm when a write transaction has been committed to an RLMRealm on a different thread for the same file. This is not posted if autorefresh is enabled or if the RLMRealm is refreshed before the notifcation has a chance to run.
Declared In
RLMConstants.h
.