PausableTimer

constructor(looper: Looper)

Constructs a timer which will run on the provided Looper.

Parameters

looper

The Looper to run the timer on.


constructor()

Constructs a timer which will run on the main Looper.