SyncStatus

public enum SyncStatus

The status of whether or not the content is in sync with the storage cloud.

  • The content is in sync with the storage cloud. This means that the upload or download is complete.

    Declaration

    Swift

    case inSync
  • The content is not in sync with the storage cloud because the upload or download failed.

    Declaration

    Swift

    case syncFailed
  • The content is not in sync with the storage cloud because it has not yet been uploaded or download.

    Declaration

    Swift

    case notInSync
  • The content is not in sync with the storage cloud, but a sync is pending

    Declaration

    Swift

    case syncPending