get Saved Media Items
open fun getSavedMediaItems(@NonNull query: VdoDownloadManager.Query, @NonNull queryResultListener: VdoDownloadManager.QueryResultListener)
Query the VdoDownloadManager about media saved for offline playback without drm license. The results are provided asynchronously to the provided QueryResultListener.
We discourage you from using saveOffline to save media locally without a DRM license and getSavedMediaItems to retrieve those media items. Instead to incorporate offline playback use enqueueV2 to download media item locally and query to retrieve these media items.
Parameters
query
a query specifying filters
query Result Listener
a listener for the query results