OfflineODataStoreState

@available(swift, deprecated: 5.1, message: "New functions for obtaining progress information for open, download, upload, and sendStore are available using OfflineODataProviderDelegate.")
public struct OfflineODataStoreState : OptionSet

Offline OData store state options.

  • The store has started to open.

    Declaration

    Swift

    public static let opening: OfflineODataStoreState
  • Initializing the resources for a new store.

    Declaration

    Swift

    public static let initializing: OfflineODataStoreState
  • Initial communication with the server (using the bootstrap database).

    Declaration

    Swift

    public static let initialCommunication: OfflineODataStoreState
  • Downloading a new store file.

    Declaration

    Swift

    public static let fileDownloading: OfflineODataStoreState
  • Downloading the offline store data.

    Declaration

    Swift

    public static let downloading: OfflineODataStoreState
  • Uploading the request queue.

    Declaration

    Swift

    public static let uploading: OfflineODataStoreState
  • The store has opened successfully.

    Declaration

    Swift

    public static let open: OfflineODataStoreState
  • The store has been closed.

    Declaration

    Swift

    public static let closed: OfflineODataStoreState
  • The store is being sent to server.

    Declaration

    Swift

    public static let sendingStore: OfflineODataStoreState