YMKOfflineCacheDataMoveListener

protocol YMKOfflineCacheDataMoveListener : NSObjectProtocol

Примечание

This feature is not available in the free MapKit version.

Listener for the information about operations.

Summary

Instance methods

func onDataMoveProgress(withPercent percent: Int)
Called when the operation makes progress

func onDataMoveCompleted()
Called when the request is completed

func onDataMoveErrorWithError(_ error: Error)
Called when an error occurs

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.