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
        ESTBulkUpdaterBeginNotification

    Swift

    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
        ESTBulkUpdaterProgressNotification

    Swift

    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
        ESTBulkUpdaterCompleteNotification

    Swift

    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
        ESTBulkUpdaterFailNotification

    Swift

    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
        ESTBulkUpdaterTimeoutNotification

    Swift

    static let ESTBulkUpdaterTimeout: NSNotification.Name