DoubleD
0
Q:

xamarin timer example

Device.StartTimer(TimeSpan.FromSeconds(30), () =>
{
    // Do something
   
    return true; // True = Repeat again, False = Stop the timer
});
0

New to Communities?

Join the community