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 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.