NdsStoreAccessor
Takes care of access to a DataStore.
Parameters
The initialization block that is called when read access is granted. Could be called when registered for updates in NdsStoreAccessSync or when access is granted after being released previously.
The block that should care of deinitialization, because old NdsStoreAccess.handleId is not valid anymore.
The block is called when access release is requested and long ongoing operations should be cancelled.
Important: This is a Public Preview API. It may be changed or removed at any time.
Functions
Notification that read-only (shared) access to the map files was granted to the user.
Notification that read-only access to the map is being revoked (usually because the map needs to be updated or otherwise modified).
Allows performing calls when read access is granted. Returns MapIsNotAccessibleFailure if read access is not granted.