Toasts.Forms.Plugin icon indicating copy to clipboard operation
Toasts.Forms.Plugin copied to clipboard

Feature request: create notification which does not close when clicked

Open philipag opened this issue 7 years ago • 3 comments

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)..

philipag avatar May 09 '17 20:05 philipag

@adamped what would be the use case for this?

manishkungwani avatar Sep 29 '18 08:09 manishkungwani

@manishkungwani - i'm not longer a maintainer on this project.

adamped avatar Sep 29 '18 09:09 adamped

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.

philipag avatar Sep 29 '18 19:09 philipag