unoplatform/uno

Please implement `Windows.ApplicationModel.Background`

Open

#2.406 geöffnet am 28. Dez. 2019

Auf GitHub ansehen
 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C# (837 Forks)batch import
difficulty/challenging 🤯epichelp wantedkind/enhancementno-reproproject/non-ui ⚙️

Repository-Metriken

Stars
 (9.789 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 14T 8h) (130 gemergte PRs in 30 T)

Beschreibung

What would you like to be added:

Simple timer app activation, i.e. var builder = new Windows.ApplicationModel.Background.BackgroundTaskBuilder(); builder.SetTrigger(new Windows.ApplicationModel.Background.TimeTrigger(int, bool)); builder.Register()

Why is this needed:

Many apps should be activated once for a while (e.g. once per hour), to make something. I want to convert to Uno (and Android) app which checks air pollution and show notification about current status.

For which Platform:

  • iOS
  • Android
  • WebAssembly
  • WebAssembly renderers for Xamarin.Forms
  • Windows
  • Build tasks
  • Solution Templates

Anything else we need to know?

Contributor Guide