File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ This version has lots of changes, improvements and bug fixes. Please read carefu
3
3
4
4
New
5
5
1. Fetch now supports notifications via the FetchNotificationManager interface.
6
- See FetchNotificationManager class and sample code on usage.
6
+ See DefaultFetchNotificationManager class and sample code on usage.
7
7
2. Fetch now supports saving downloads to URI paths via StorageResolver.
8
8
See sample code and DefaultStorageResolver class for usage.
9
9
@@ -32,7 +32,7 @@ to enqueue but other request are still enqueued instead of the whole operation b
32
32
If the Error is Error.NONE this means that the download was successfully enqueued. Otherwise
33
33
this means that the enqueue for the request failed.
34
34
- In order to make Fetch more modular and accommodating to different application environments,
35
- the following methods were removed from the Download interface and are now on the StorageResolver interface.
35
+ the following methods were removed from the Downloader interface and are now on the StorageResolver interface.
36
36
If you are overriding these methods, you must extend the StorageResolver interface or DefaultStorageResolver class
37
37
and set an instance on the Fetch Configuration builder you are using to create your Fetch instance.
38
38
Methods Moved:
You can’t perform that action at this time.
0 commit comments