MMKOfflineCacheDataMoveListener
protocol MMKOfflineCacheDataMoveListener : NSObjectProtocol |
Note
This feature is not available in the free MapKit version.
Listener for the information about operations.
Summary
Instance methods
func onDataMoveProgress(withPercent percent: Int) |
func onDataMoveCompleted() |
func onDataMoveErrorWithError(_ error: Error) |
Instance methods
onDataMoveProgress(withPercent:)
func onDataMoveProgress(withPercent percent: Int) |
Called when the operation makes progress. Percent is the rate of completion in the range of 0 to 100.
onDataMoveCompleted()
func onDataMoveCompleted() |
Called when the request is completed.
onDataMoveErrorWithError(_:)
func onDataMoveErrorWithError(_ error: Error) |
Called when an error occurs.