MMKPanoramaCompanyTapDelegate

@protocol MMKPanoramaCompanyTapDelegate <NSObject>

Listener to handle the taps on company text and icon.

Summary

Instance methods

- (void)onCompanyTapWithPlayer:(nonnull MMKPanoramaPlayer *)player
                          info:(nonnull MMKCompanyTapInfo *)info;

Called if the user tapped on company icon or text below it

Instance methods

onCompanyTapWithPlayer:info:

- (void)onCompanyTapWithPlayer:(nonnull MMKPanoramaPlayer *)player
                          info:(nonnull MMKCompanyTapInfo *)info;

Called if the user tapped on company icon or text below it.

Parameters

player

Panorama player that sent the event.

info

Information about tapped company.