Hello,
I need to call timer.cancel(id) from another function. How do I get the ID of the timer? The only example I see is to cancel it in its listener event. I am setting a timer for 30 seconds for the max to record an audio. If the user completes before then I need to cancel the timer.
Thanks,
Warren