unoplatform/uno

Please implement `Windows.ApplicationModel.Background`

Open

#2.406 aberto em 28 de dez. de 2019

Ver no GitHub
 (4 comments) (0 reactions) (0 assignees)C# (837 forks)batch import
difficulty/challenging 🤯epichelp wantedkind/enhancementno-reproproject/non-ui ⚙️

Métricas do repositório

Stars
 (9.789 stars)
Métricas de merge de PR
 (Mesclagem média 14d 8h) (130 fundiu PRs em 30d)

Description

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?

Guia do colaborador