abstract fun timerEnded(id: Long, cancelled: Boolean): Unit
Called when a timer has ended (setTimer) or has been cancelled.
No specific thread and context can be expected when this method is called.
id - the id of the timer
id
cancelled - if the timer was cancelled by the user
cancelled