addStorageErrorListener abstract method

void addStorageErrorListener(
  1. StorageErrorListener errorListener
)

Subscribes to storage events.

The class does not retain the object in the 'errorListener' parameter. It is your responsibility to maintain a strong reference to the target object while it is attached to a class.

Implementation

void addStorageErrorListener(
    mapkit_storage_storage_error_listener.StorageErrorListener errorListener);