ESTBulkUpdaterDeviceUpdateStatus
enum ESTBulkUpdaterDeviceUpdateStatus {}
Possible update statuses of a device contained in ESTLocationBeaconBulkUpdateConfiguration.
-
Not able to determine current update status.
Declaration
Objective-C
ESTBulkUpdaterDeviceUpdateStatusUnknownSwift
case unknown = 0 -
Device not detected yet. Scanning in progress.
Declaration
Objective-C
ESTBulkUpdaterDeviceUpdateStatusScanningSwift
case scanning = 1 -
Device detected. Waiting to connect and update settings.
Declaration
Objective-C
ESTBulkUpdaterDeviceUpdateStatusPendingUpdateSwift
case pendingUpdate = 2 -
Device is beeing connected to and updated.
Declaration
Objective-C
ESTBulkUpdaterDeviceUpdateStatusUpdatingSwift
case updating = 3 -
Device update succeeded.
Declaration
Objective-C
ESTBulkUpdaterDeviceUpdateStatusSucceededSwift
case succeeded = 4 -
Device update failed.
Declaration
Objective-C
ESTBulkUpdaterDeviceUpdateStatusFailedSwift
case failed = 5 -
Device out of scanning range.
Declaration
Objective-C
ESTBulkUpdaterDeviceUpdateStatusOutOfRangeSwift
case outOfRange = 6
View on GitHub
ESTBulkUpdaterDeviceUpdateStatus Enumeration Reference