-
- All Implemented Interfaces:
-
com.brightcove.player.offline.DownloadFileCreator
public class ExternalFileCreator implements DownloadFileCreator
Retrieves the external DIRECTORY_DOWNLOADS. Returns null in case there is no external directory available.
-
-
Method Summary
Modifier and Type Method Description File
getDownloadsFolder(@NonNull() Context context)
Retrieves the downloads directory used to store videos for Offline-Playback. -
-
Method Detail
-
getDownloadsFolder
@Nullable() 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.
-
-
-
-