unoplatform / uno

Open-source platform for building cross-platform native Mobile, Web, Desktop and Embedded apps quickly. Create rich, C#/XAML, single-codebase apps from any IDE. Hot Reload included! 90m+ NuGet Downloads!!
https://platform.uno
Apache License 2.0
8.9k stars 720 forks source link

Support for `ScheduledToastNotification` #5890

Open pkar70 opened 3 years ago

pkar70 commented 3 years ago

What would you like to be added:

ScheduledToastNotification

Why is this needed:

I'm using it in my app (and I'm porting app to Uno).

For which Platform:

Anything else we need to know?

pkar70 commented 3 years ago

On Android, scheduling toast have to be converted to scheduling alarm, and using BroadcastReceiver in app to show toast when OS will call it on alarm; so it requires big changes in #2655.