Gets the available size of the content in bytes.
Returns true if the associated content can be deleted.
Gets the product chapter name, translated to the interface language. Relevant for road map items split into multiple chapters.
Gets the client version of the content (local downloaded version).
Gets additional parameters for the content item.
Gets the country code (ISO 3166-1 alpha-3) list for the product.
Gets the current download progress (0..100).
Gets the full path to the content data file if available.
Gets the unique id of the item in the content store.
Gets the item image preview as an Img object. Caller must check validity.
Returns true if the item is completely downloaded.
Returns true if an image preview is available for this item.
Returns true if the item is updatable (has a newer version available).
Gets the full language code for the product.
Gets the name of the associated product, translated to the interface language.
Returns the internal pointer id for this item.
Gets the current item status as a ContentStoreItemStatus value.
Gets the size of the content in bytes.
Gets the type of the product as a ContentType value.
Gets the corresponding update item if an update is in progress, or null.
Gets the update size in bytes if an update is available for this item.
Gets the update version if an update is available for this item.
Asynchronously starts or resumes the download of the content store product content. Requires automatic map rendering. Disables the cursor if enabled.
Callback for completion notification (cannot be empty).
Optional download options: onProgressCallback, allowChargedNetworks, savePolicy, priority.
The associated EventDrivenProgressListener.
Cancels a previous download operation. Partially downloaded content is deleted.
Deletes the associated content. Operation is immediate; no notifications are triggered.
Releases native resources associated with this object.
Gets a binary image preview if available. Returns null if not available.
Optionalsize: SizeOptionalformat: ImageFileFormatStaticinit
Represents an item in the content store.
This class should not be instantiated directly. Use ContentStore methods to obtain instances.