Package 

Class VdoDownloadManager

  • All Implemented Interfaces:

    
    public class VdoDownloadManager
    
                        

    VdoDownloadManager handles enqueuing download requests and management of media downloads.

    New download requests can be added which will remain in queue and downloaded serially.

    Status of media downloads can be requested using filtered queries.

    Download events can be listened to by registering a listener with the VdoDownloadManager instance. Make sure to unregister listener when not required to avoid memory leaks.