addCompanyTapListener abstract method

void addCompanyTapListener(
  1. PanoramaCompanyTapListener companyTapListener
)

Adds company tap listener.

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

companyTapListener Company tap listener.

Implementation

void addCompanyTapListener(PanoramaCompanyTapListener companyTapListener);