isVideoDownloadable

open fun isVideoDownloadable(video: Video): Boolean

Checks if the video parameter can be downloaded and the directory to store the downloaded video files is valid.

Suggestion: If your app has a download button use this method to check if you can show it.

Return

true if the video can be downloaded.

Parameters

video

Video to check if it is possible to download.

See also