SyncStatus

public struct SyncStatus : Decodable, Equatable

The status of synchronizing data from a service-based source into user’s library

  • The details of the sources being synchronized. Not available if overall synchronization state is ‘pending’.

    Declaration

    Swift

    public let details: [SyncAccount]?
  • The overall synchronization state

    Declaration

    Swift

    public let state: SyncState
  • Declaration

    Swift

    public init(from decoder: Decoder) throws