BasePollingSource

open class BasePollingSource : UpdatingSource

A base class that can be used to create sources that can only be polled for updates.

To benefit from BasePollingSource your subclass must implement ManuallyUpdatablePropertiesProvider. This will add CustomisableUpdateIntervalSource conformance via an extension.