unoplatform/uno

Please implement `Windows.ApplicationModel.Background`

Open

#2,406 创建于 2019年12月28日

在 GitHub 查看
 (4 评论) (0 反应) (0 负责人)C# (837 fork)batch import
difficulty/challenging 🤯epichelp wantedkind/enhancementno-reproproject/non-ui ⚙️

仓库指标

Star
 (9,789 star)
PR 合并指标
 (平均合并 14天 8小时) (30 天内合并 130 个 PR)

描述

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?

贡献者指南