YMKOfflineCacheManagerErrorListener

protocol YMKOfflineCacheManagerErrorListener : 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. YRTRemoteError 2. YRTLocalError


onRegionErrorWithError(_:regionId:)

func onRegionErrorWithError(_ error: Error, regionId: UInt)

Parameters

error

Error has occurred in specific region. Expected error types: 1. YRTRemoteError 2. YRTLocalError