MMKPanoramaErrorDelegate

@protocol MMKPanoramaErrorDelegate <NSObject>

Listener to handle possible errors.

Summary

Instance methods

- (void)onPanoramaOpenErrorWithPlayer:(nonnull MMKPanoramaPlayer *)player
                                error:(nonnull NSError *)error;

Error notification listener for the panoramaOpen class

Instance methods

onPanoramaOpenErrorWithPlayer:error:

- (void)onPanoramaOpenErrorWithPlayer:(nonnull MMKPanoramaPlayer *)player
                                error:(nonnull NSError *)error;

Error notification listener for the panoramaOpen class. Called if the panorama could not be opened.