MapKit Mobile SDK

MMKStorageErrorListener

protocol MMKStorageErrorListener : NSObjectProtocol

Storage error listener. This is a listener to subscribe to storage errors in managers that control some type of storage.

Summary

Instance methods

func onStorageErrorWithError( error: MRTLocalError_)
Possible error types: - MRTDiskCorruptError: Called if local storage is corrupted

Instance methods

onStorageErrorWithError(_:)

func onStorageErrorWithError( error: MRTLocalError_)

Possible error types: - MRTDiskCorruptError: Called if local storage is corrupted. - MRTDiskFullError: Called if local storage is full. - MRTDiskWriteAccessError: Called if the application cannot get write access to local storage.