getDownloadsFolder

abstract fun getDownloadsFolder(context: Context): File

Retrieves the downloads directory used to store videos for Offline-Playback. In case the File returned has null value, it won't be possible to store/download videos or offline information.

Return

File path with the directory to store offline videos.

Parameters

context

valid Context.

See also