a year ago
Android: 4.12.0 - OfflineDownloadManager
Release Notes
We're introducing an enhanced OfflineDrmManager
, now called OfflineDownloadManager
. Additionally, bugs such as null pointer exceptions have been addressed in the ViewModelManager
and DeviceOrientationDelegate
.
New Features
OfflineDrmManager
has been renamedOfflineDownloadManager
and includes expanded functionality to support non-DRM use cases.- Additionally,
OfflineDownloadManager
allows developers to download video, audio, and in-manifest text renditions. - Developers can now handle offline downloads with the new abstract class,
OfflineDelegate
.
Bug Fixes
- The SDK supports multiple downloads for offline DRM.
- The null pointer exceptions caused by
ViewModelManager
andDeviceOrientationDelegate
have been resolved.