khushpanchal / Ketch

An Android File downloader library based on WorkManager with pause and resume support.
https://medium.com/@khush.panchal123/ketch-android-file-downloader-library-7369f7b93bd1
395 stars 26 forks source link

Notification edit #17

Open Wizardeirr opened 1 month ago

Wizardeirr commented 1 month ago

Firstly ty so much for all help its going well in project with ur Ketch library. Lastly u know we had given observe by ID and its now working.

When will we edit notification. We want change to Notification description, Title and another things, ty and best regards

khushpanchal commented 1 month ago

Currently only option inside NotificationConfig can be edit by client. Please feel free to create PR if require additional items to edit, make it generic

Need handling of various cases, like in progress, success, paused notifications.