Content Store Item
ContentStoreItem object.
Properties
Available size of the content in bytes.
Product chapter name translated to interface language Items with same chapter name are considered to be part of the same group
Client version of the content. Requires the content available size greater than zero.
Additional parameters for the content. This is not available for all content types.
Country code (ISO 3166-1 alpha-3 ) list of the product as text.
Current download progress.
Image preview if available. Available only if isImagePreviewAvailable()
returns true.
Current item status.
Type of the product as a EContentType value.
Corresponding update item function will return an valid item only if an update is in progress for that item
Update size ( if an update is available for this item ) function will return a valid size ( != 0 ) only if item has a newer version in store this function doesn't request an update to be started for the item
Update version ( if an update is available for this item ) function will return a valid version ( != 0 ) only if item has a newer version in store this function doesn't request an update to be started for the item
Functions
Asynchronous start/resume the download of the content store product content.
Cancel a previous download operation. The partially downloaded content is deleted.
Check if associated content can be deleted Note: Content can be deleted if has partially or complete local data and is not marked as SDK resource
Delete the associated content.
Check if the item is completed downloaded.
Check if there is an image preview available on the client.
True if keeps a reference to a C++ SDK object False if keeps a C++ SDK object
Check if item is updatable, i.e. it has a newer version available.
Pause a previous download operation.
Sets the item progress listener