Does Xamarin.Forms support periodic background tasks?

后端 未结 3 1319
隐瞒了意图╮
隐瞒了意图╮ 2021-02-02 02:47

I am having a difficult time finding documentation on background tasks support for Xamarin.Forms. Does Xamarin.Forms provide support for periodic background tasks?

I nee

3条回答
  •  长情又很酷
    2021-02-02 03:40

    I use Xamarin.Forms.Device.StartTimer Method, it starts a recurring timer using the device clock capabilities. While the callback returns true, the timer will keep recurring.

    http://developer.xamarin.com/api/member/Xamarin.Forms.Device.StartTimer/

提交回复
热议问题