MMKPanoramaCompanyTapDelegate
protocol MMKPanoramaCompanyTapDelegate : NSObjectProtocol |
Listener to handle the taps on company text and icon.
Summary
Instance methods
func onCompanyTap(with player: MMKPanoramaPlayer, info: MMKCompanyTapInfo) |
Instance methods
onCompanyTap(with:info:)
func onCompanyTap(with player: MMKPanoramaPlayer, info: MMKCompanyTapInfo) |
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. |