open fun cancelTimer(id: Long): Boolean
Cancels the timer with the specified id.
id
id - The id of the timer to cancel
Return true if the timer was successfully cancelled, or false if the timer does not exist.