MMKOfflineCacheManagerErrorListener
protocol MMKOfflineCacheManagerErrorListener : NSObjectProtocol |
Undocumented
Summary
Instance methods
func onErrorWithError(_ error: Error) |
func onRegionErrorWithError(_ error: Error, regionId: UInt) |
Instance methods
onErrorWithError(_:)
func onErrorWithError(_ error: Error) |
Parameters |
|
error |
Error has occurred in offline cache manager. Expected error types: 1. MRTRemoteError 2. MRTLocalError |
onRegionErrorWithError(_:regionId:)
func onRegionErrorWithError(_ error: Error, regionId: UInt) |
Parameters |
|
error |
Error has occurred in specific region. Expected error types: 1. MRTRemoteError 2. MRTLocalError |