setOnBalloonOutsideTouchListener

fun setOnBalloonOutsideTouchListener(onBalloonOutsideTouchListener: OnBalloonOutsideTouchListener?)

sets a OnBalloonOutsideTouchListener to the popup.

fun setOnBalloonOutsideTouchListener(block: (View, MotionEvent) -> Unit)

sets a OnBalloonOutsideTouchListener to the popup using lambda.