Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

xamarin timer example

Device.StartTimer(TimeSpan.FromSeconds(30), () =>
{
    // Do something
   
    return true; // True = Repeat again, False = Stop the timer
});
Source by xamarinhelp.com #
 
PREVIOUS NEXT
Tagged: #xamarin #timer
ADD COMMENT
Topic
Name
4+6 =