findOfflineVideoById
Finds the offline copy of the specified video, if it exists. Please note that a non-null return value does not mean the video has been completely downloaded. Please use getVideoDownloadStatus method to determine the current status of the offline copy. Operations to retrieve the video will block the UI thread. For asynchronous version use findOfflineVideoById.
Return
null if the offline copy of video was not found, otherwise the offline copy of the video
Parameters
the video id.
See also
Finds the offline copy of the specified video, if it exists. Please note that a non-null return value does not mean the video has been completely downloaded. Please use getVideoDownloadStatus method to determine the current status of the offline copy. Operations to retrieve the video will block the UI thread. For asynchronous version use findOfflineVideoById.
Return
null if the offline copy of video was not found, otherwise the offline copy of the video.
Parameters
The id of the video to retrieve.
Http parameters when retrieving the video. Use empty instead of null.
Asynchronously finds the offline copy of the specified video, if it exists. Please note that a non-null return value does not mean the video has been completely downloaded. Please use getVideoDownloadStatus method to determine the current status of the offline copy.
Parameters
The id of the video to retrieve.
Provides the result of the operation. will be called to provide the { } requested or null if the video was not found. { } will be called in case there was an error.
Asynchronously finds the offline copy of the specified video, if it exists. Please note that a non-null return value does not mean the video has been completely downloaded. Please use getVideoDownloadStatus method to determine the current status of the offline copy.
Parameters
The id of the video to retrieve.
Http parameters when retrieving the video. Use empty instead of null.
Provides the result of the operation. will be called to provide the { } requested or null if the video was not found.