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