getDelay method

int? getDelay()

Gets initial delay before the timer is triggered for the first time.

Returns the delay in milliseconds.

Implementation

int? getDelay() {
  return _delay;
}