Home > @magiclane/maps-sdk > ContentUpdaterStatus
ContentUpdaterStatus enum
Enumerates the possible statuses for a content updater operation.
Content
Signature:
export declare enum ContentUpdaterStatus Enumeration Members
|
Member |
Value |
Description |
|---|---|---|
|
checkForUpdate |
|
Checking for updated items. |
|
complete |
|
Finished with success. This state will be returned by convention; the user will also receive a progress-complete notification. |
|
download |
|
Downloading updated content. |
|
downloadPendingContent |
|
Downloading pending content. If a new item starts downloading during an update, it will complete after the update finishes and the status will be set to this value. |
|
downloadRemainingContent |
|
Downloading remaining content after applying the update. Finishes downloading the remaining content after applying the update while the status was partiallyReady. |
|
error |
|
Finished with error. This state will be returned by convention; the user will also receive a progress-complete notification with more error details. |
|
fullyReady |
|
Update is fully downloaded and ready to apply. When entering this state, the updater's items list will return the target items to update. |
|
idle |
|
Not started. |
|
partiallyReady |
|
Update is partially downloaded and ready to apply. |
|
waitConnection |
|
Waiting for an internet connection. |
|
waitWIFIConnection |
|
Waiting for a Wi-Fi internet connection. |