findAllVideoDownload
Finds all offline video downloads with specified status. Operations to retrieve all videos will block the UI thread. For asynchronous version use findAllVideoDownload.
Return
the list of completed video downloads.
Parameters
status
the status of the video download.
See also
Asynchronously finds all offline video downloads with specified status.
Parameters
status
the status of the video download.
callback
Provides the result of the operation. will be called to provide the { } with the specified { } . { } will be called in case there was an error.