-
public interface DownloadFileCreator
Interface used to provide the downloads directory for Offline-Playback feature.
-
-
Method Summary
Modifier and Type Method Description abstract File
getDownloadsFolder(@NonNull() Context context)
Retrieves the downloads directory used to store videos for Offline-Playback. -
-
Method Detail
-
getDownloadsFolder
@Nullable() abstract File getDownloadsFolder(@NonNull() Context context)
Retrieves the downloads directory used to store videos for Offline-Playback. In case theFile returned has null value, it won't be possible to store/download videos or offlineinformation.
- Parameters:
context
- valid Context.
-
-
-
-