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

1

The item has complete content downloaded.

downloadQueued

3

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

6

Download is currently running.

downloadWaitingFreeNetwork

5

Download is waiting for a free network to begin or resume the download.

downloadWaitingNetwork

4

Download is waiting for a network connection.

paused

2

The item download is paused.

unavailable

0

The item has no content available.

updateWaiting

7

Item download is waiting for the update operation to finish.

Items selected for download during an update operation will enter this state.