how to use

how to use uno.action with timer.wait

thanks

Like this:

Timer.Wait(2.0f, DoAction)

protected void DoAction()
{
    ...
}