Closed mhBahrami closed 7 years ago
I think, today, there is no option for changing notifications visibility for Android or iOS. I wanna make download's notification hidden on Android.
By adding the following code
request.SetNotificationVisibility(DownloadVisibility.Hidden);
to StartDownload(DownloadManager, string, bool) in DownloadFileImplementation.cs of Plugin.DownloadManager.Android, it would be done easily.
StartDownload(DownloadManager, string, bool)
DownloadFileImplementation.cs
Plugin.DownloadManager.Android
Can you add this capability to CrossDownloadManager?
CrossDownloadManager
Does this PR answer your request? https://github.com/SimonSimCity/Xamarin-CrossDownloadManager/pull/56
Yeah. That's exactly what I need. Great job!
I think, today, there is no option for changing notifications visibility for Android or iOS. I wanna make download's notification hidden on Android.
By adding the following code
to
StartDownload(DownloadManager, string, bool)
inDownloadFileImplementation.cs
ofPlugin.DownloadManager.Android
, it would be done easily.Can you add this capability to
CrossDownloadManager
?