Toasts.Forms.Plugin
Toasts.Forms.Plugin copied to clipboard
Feature request: create notification which does not close when clicked
In Android I use notification which do not disappear when clicked, and I cannot replace those with this Nuget. Specifically this is the issue in the code:
.SetAutoCancel(true)
It would be very useful to create permanent notifications which can be clicked multiple times (on all platforms)..
@adamped what would be the use case for this?
@manishkungwani - i'm not longer a maintainer on this project.
Android supports such notifications used e.g. with running background services. Such notifications cannot be swiped away.
On September 29, 2018 11:42:28 AM Manish Kungwani [email protected] wrote:
@adamped what would be the use case for this? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.