Protocol YMKOfflineCacheDataMoveListener

Attention.

This feature is not available in the free MapKit version.

Instance Methods

- onDataMoveCompleted

Called when the request is completed.

- onDataMoveErrorWithError:

Called when an error occurs.

- onDataMoveProgressWithPercent:

Called when the operation makes progress.

- onDataMoveCompleted

Called when the request is completed.

- onDataMoveErrorWithError:

Called when an error occurs.

- onDataMoveProgressWithPercent:

Called when the operation makes progress.

Method Detail

-onDataMoveCompleted

- (void)onDataMoveCompleted

Called when the request is completed.

-onDataMoveErrorWithError:

- (void)onDataMoveErrorWithError:(nullable NSError *)error 

Called when an error occurs.

-onDataMoveProgressWithPercent:

- (void)onDataMoveProgressWithPercent:(NSInteger)percent 

Called when the operation makes progress.

Percent is the rate of completion in the range of 0 to 100.