Xam.Plugins.DownloadManager
0.10.0
See the version list below for details.
Requires NuGet 2.8.3 or higher.
dotnet add package Xam.Plugins.DownloadManager --version 0.10.0
NuGet\Install-Package Xam.Plugins.DownloadManager -Version 0.10.0
<PackageReference Include="Xam.Plugins.DownloadManager" Version="0.10.0" />
paket add Xam.Plugins.DownloadManager --version 0.10.0
#r "nuget: Xam.Plugins.DownloadManager, 0.10.0"
// Install Xam.Plugins.DownloadManager as a Cake Addin #addin nuget:?package=Xam.Plugins.DownloadManager&version=0.10.0 // Install Xam.Plugins.DownloadManager as a Cake Tool #tool nuget:?package=Xam.Plugins.DownloadManager&version=0.10.0
CrossDownloadManager is a cross-platform library for downloading files in the background.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NETPlatform | dotnet is compatible. |
MonoAndroid | monoandroid10 is compatible. |
Universal Windows Platform | uap was computed. uap10 is compatible. uap10.0 was computed. |
Windows Phone | wp8 is compatible. wp81 was computed. wpa81 is compatible. |
Windows Store | win8 is compatible. |
Xamarin.iOS | xamarinios10 is compatible. |
Xamarin.Mac | xamarinmac20 is compatible. |
-
.NETFramework 0.0
- No dependencies.
-
.NETPlatform 5.0
- No dependencies.
-
MonoAndroid 0.0
- No dependencies.
-
Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhone 8.0, WindowsPhoneApp 8.1)
- No dependencies.
-
UAP 0.0
- No dependencies.
-
Windows 0.0
- No dependencies.
-
WindowsPhone 0.0
- No dependencies.
-
WindowsPhoneApp 0.0
- No dependencies.
-
Xamarin.iOS 1.0
- No dependencies.
-
Xamarin.Mac 2.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Xam.Plugins.DownloadManager:
Repository | Stars |
---|---|
o1298098/Xamarin-CloudMusic
Xamarin.Forms goodlooking UI sample
|
Version | Downloads | Last updated |
---|---|---|
1.4.0 | 217,158 | 8/8/2018 |
1.3.6 | 28,481 | 3/5/2018 |
1.3.5 | 9,429 | 12/13/2017 |
1.3.2 | 9,330 | 9/26/2017 |
1.3.1 | 1,749 | 9/23/2017 |
1.3.0 | 2,713 | 9/10/2017 |
1.2.0 | 3,042 | 7/26/2017 |
1.1.1 | 5,102 | 3/22/2017 |
0.10.1 | 2,939 | 1/4/2017 |
0.10.0 | 1,978 | 12/28/2016 |
0.9.1 | 2,721 | 11/8/2016 |
0.9.0 | 2,334 | 10/5/2016 |
0.8.0 | 2,128 | 9/30/2016 |
0.7.1 | 2,138 | 9/6/2016 |
0.7.0 | 2,294 | 7/4/2016 |
0.6.0 | 2,093 | 7/3/2016 |
0.5.0 | 2,779 | 6/13/2016 |
0.4.0 | 2,079 | 6/1/2016 |
0.3.1 | 2,031 | 5/20/2016 |
0.2.0 | 2,147 | 3/7/2016 |
* [BC] Introduced new status in DownloadFileStatus enum. Please check your switch-case statements on DownloadFileStatus. Be aware of that items can also be in the Queue while still having the status DownloadFileStatus.INITIALIZED.
* [BC] Refactored queue to be threadsafe. Queue is implemented as IEnumerable<T> and the CollectionChanged listener is implemented on the CrossDownloadManager itself.