UpdatesProviding

public protocol UpdatesProviding : AnyObject
  • A boolean indicating if the source is currently performing automatic updates.

    Declaration

    Swift

    var isUpdating: Bool { get }
  • Declaration

    Swift

    var isUpdatingPublisher: AnyPublisher<Bool, Never> { get }