checkInterval property

Duration checkInterval
getter/setter pair

The interval between periodic checks. Periodic checks are only made if there's an attached listener to onStatusChange. If that's the case onStatusChange emits an update only if there's change from the previous status.

Defaults to DEFAULT_INTERVAL (10 seconds).

Implementation

Duration checkInterval = DEFAULT_INTERVAL;