MapsIndoors iOS SDK V3
Loading...
Searching...
No Matches
Instance Methods | List of all members
<MPDataSetCacheManagerSizeDelegate> Protocol Reference

Delegate protocol for getting callbacks when determining the size af dataset syncs. More...

#include <MPDataSetCacheManagerSizeDelegate.h>

Inheritance diagram for <MPDataSetCacheManagerSizeDelegate>:

Instance Methods

(void) - dataSetManagerWillStartFetchingSyncSizes:
 
(void) - dataSetManager:willStartFetchingSyncSizesForDataSet:
 
(void) - dataSetManager:didFetchSyncSizesForDataSet:
 
(void) - dataSetManagerDidFinishFetchingSyncSizes:
 

Detailed Description

Delegate protocol for getting callbacks when determining the size af dataset syncs.

Method Documentation

◆ dataSetManager:didFetchSyncSizesForDataSet:

- (void) dataSetManager: (MPDataSetCacheManager *) dsm
didFetchSyncSizesForDataSet: (MPDataSetCache *) dataSet 
optional

Called to indicate the fnish of fetching sync size for a single dataset.

Parameters
dsmMPDataSEtManager
dataSetThe dataset for which sync size is being determined.

◆ dataSetManager:willStartFetchingSyncSizesForDataSet:

- (void) dataSetManager: (MPDataSetCacheManager *) dsm
willStartFetchingSyncSizesForDataSet: (MPDataSetCache *) dataSet 
optional

Called to indicate the start of fetching sync size for a single dataset.

Parameters
dsmMPDataSEtManager
dataSetThe dataset for which sync size is being determined.

◆ dataSetManagerDidFinishFetchingSyncSizes:

- (void) dataSetManagerDidFinishFetchingSyncSizes: (MPDataSetCacheManager *) dsm
optional

Called to indicate that the DataSetManager has finished determining sync sizes for all managed datasets..

Parameters
dsmMPDataSEtManager

◆ dataSetManagerWillStartFetchingSyncSizes:

- (void) dataSetManagerWillStartFetchingSyncSizes: (MPDataSetCacheManager *) dsm
optional

Called when the DataSetManager starts determing sync sizes for its managed datasets.

Parameters
dsmMPDataSEtManager