NDSMapUpdater

public protocol NDSMapUpdater : UpdatableDataStore

Protocol used to abstract the NDS map updater implementation.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Path to the NDS map data, the directory that contains the ‘ROOT.NDS’ file.

    Declaration

    Swift

    var ndsMapDataPath: String { get }
  • Synchronizes access to the NDS map. In most cases, this must be the same instance as the sync (for the NDSStore operating on the same map).

    Declaration

    Swift

    var ndsMapAccessSync: NDSStoreAccessSync { get }