Content Store
Allows access to the content store items information in an active catalog and also to browse the store similar with folders and files in a file system.
Properties
Functions
Link copied to clipboard
fun asyncGetStoreContentList(type: EContentType, onStarted: OnStarted? = null, onProgress: OnProgress? = null, onCompleted: OnContentStoreAsyncCompleted? = null, onStatusChanged: OnStatusChanged? = null): Pair<ErrorCode, ProgressListener>
Asynchronously gets a store content list
Link copied to clipboard
fun asyncGetStoreFilteredList(type: EContentType, countries: ArrayList<String>, area: GeographicArea, listener: ProgressListener): ErrorCode
fun asyncGetStoreFilteredList(type: EContentType, countries: ArrayList<String>, area: GeographicArea, onStarted: OnStarted? = null, onProgress: OnProgress? = null, onCompleted: OnContentStoreAsyncCompleted? = null, onStatusChanged: OnStatusChanged? = null): Pair<ErrorCode, ProgressListener>
Asynchronously search the store content with given filters
Link copied to clipboard
Cancels an asynchronous operation
Link copied to clipboard
Check for update on the given content type
Link copied to clipboard
Creates a content updater for the given content type
Link copied to clipboard
Gets the extras item having the specified ID.
Link copied to clipboard
Gets access to the installed content list
Link copied to clipboard
Gets access to the store content list
Link copied to clipboard
True if keeps a reference to a C++ SDK object False if keeps a C++ SDK object
Link copied to clipboard
Set parallel downloads count Note: Default is 0 (unlimited)