MMKOfflineCacheManagerErrorListener
@protocol MMKOfflineCacheManagerErrorListener <NSObject> |
Undocumented
Summary
Instance methods
- (void)onErrorWithError:(nonnull NSError *)error; |
- (void)onRegionErrorWithError:(nonnull NSError *)error |
Instance methods
onErrorWithError:
- (void)onErrorWithError:(nonnull NSError *)error; |
Parameters |
|
error |
Error has occurred in offline cache manager. Expected error types: 1. MRTRemoteError 2. MRTLocalError |
onRegionErrorWithError:regionId:
- (void)onRegionErrorWithError:(nonnull NSError *)error |
Parameters |
|
error |
Error has occurred in specific region. Expected error types: 1. MRTRemoteError 2. MRTLocalError |