Home > @magiclane/maps-sdk > ContentStoreItemStatus
ContentStoreItemStatus enum
Enumerates possible states for a ContentStoreItem in the context of a download operation.
Content
Signature:
export declare enum ContentStoreItemStatus Enumeration Members
|
Member |
Value |
Description |
|---|---|---|
|
completed |
|
The item has complete content downloaded. |
|
downloadQueued |
|
Download is waiting in the downloads queue. A download might be queued due to the maximum parallel downloads constraint or an API token rate limit. |
|
downloadRunning |
|
Download is currently running. |
|
downloadWaitingFreeNetwork |
|
Download is waiting for a free network to begin or resume the download. |
|
downloadWaitingNetwork |
|
Download is waiting for a network connection. |
|
paused |
|
The item download is paused. |
|
unavailable |
|
The item has no content available. |
|
updateWaiting |
|
Item download is waiting for the update operation to finish. Items selected for download during an update operation will enter this state. |