Widget.setTimer - multiple declarations

Function Widget.setTimer

set new timer to call onTimer() after specified interval (for recurred notifications, return true from onTimer)

Prototype

ulong setTimer(
  long intervalMillis
);

Function Widget.setTimer

set new timer to call onTimer() after specified interval (for recurred notifications, return true from onTimer)

Prototype

ulong setTimer(
  long intervalMillis
);

Function Widget.setTimer

set new timer to call onTimer() after specified interval (for recurred notifications, return true from onTimer)

Prototype

ulong setTimer(
  long intervalMillis
);

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0