Skip to content

Additional topics for download and offline playback series

AssetQueueDownload

Download Assets from Queue

While the SDK enables concurrent downloads of assets, app developers have the option to enqueue these assets within the application and download them sequentially.

The reference app demonstrates the process of queuing assets at the application level and sending requests to the SDK for downloading the next asset in the queue.

Asset Download Queue Management:

In the reference app, the DownloadBackgroundService is employed to systematically download assets from the queue, one at a time.

For detailed implementation and code reference, please visit our GitHub repository at https://github.com/EricssonBroadcastServices/EnigmaRiverAndroidTutorialApps/tree/master/downloads/src/main/java/enigma/redbeemedia/com/downloads/DownloadBackgroundService.java.


Table of Contents
Working with DRM protected offline content
AssetDownloadState
Offline Analytics events
Only download on wifi networks
• AssetQueueDownload (current)