Constants
The following constants are available globally.
-
Deprecated
Deprecated since 4.31.0.
Notification used when Bulk updater starts
Declaration
Objective-C
extern DEPRECATED_MSG_ATTRIBUTE("Deprecated since 4.31.0.") NSString *const ESTBulkUpdaterBeginNotificationSwift
static let ESTBulkUpdaterBegin: NSNotification.Name -
Deprecated
Deprecated since 4.31.0.
The object associated with the notification is the bulk updater. User info dictionary contains progress (float value) under progress key.
Declaration
Objective-C
extern DEPRECATED_MSG_ATTRIBUTE("Deprecated since 4.31.0.") NSString *const ESTBulkUpdaterProgressNotificationSwift
static let ESTBulkUpdaterProgress: NSNotification.Name -
Deprecated
Deprecated since 4.31.0.
The object associated with the notification is the bulk updater.
Declaration
Objective-C
extern DEPRECATED_MSG_ATTRIBUTE("Deprecated since 4.31.0.") NSString *const ESTBulkUpdaterCompleteNotificationSwift
static let ESTBulkUpdaterComplete: NSNotification.Name -
Deprecated
Deprecated since 4.31.0.
The object associated with the notification is the bulk updater.
Declaration
Objective-C
extern DEPRECATED_MSG_ATTRIBUTE("Deprecated since 4.31.0.") NSString *const ESTBulkUpdaterFailNotificationSwift
static let ESTBulkUpdaterFail: NSNotification.Name -
Deprecated
Deprecated since 4.31.0.
Notification used to inform user about timeout.
Declaration
Objective-C
extern DEPRECATED_MSG_ATTRIBUTE("Deprecated since 4.31.0.") NSString *const ESTBulkUpdaterTimeoutNotificationSwift
static let ESTBulkUpdaterTimeout: NSNotification.Name
View on GitHub
Constants Reference