public interface DownloadFileCreator
Modifier and Type | Method and Description |
---|---|
java.io.File |
getDownloadsFolder(android.content.Context context)
Retrieves the downloads directory used to store videos for Offline-Playback.
|
@Nullable java.io.File getDownloadsFolder(@NonNull android.content.Context context)
context
- valid Context
.AbstractOfflineCatalog.downloadVideo(Video)