addBalloonViewListener abstract method

void addBalloonViewListener(
  1. BalloonViewListener balloonListener
)

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

Implementation

void addBalloonViewListener(
    navigation_automotive_layer_balloon_view_listener.BalloonViewListener
        balloonListener);