set On Balloon Outside Touch Listener
fun setOnBalloonOutsideTouchListener(value: OnBalloonOutsideTouchListener): Balloon.Builder
Content copied to clipboard
sets a OnBalloonOutsideTouchListener to the popup.
fun setOnBalloonOutsideTouchListener(block: (View, MotionEvent) -> Unit): Balloon.Builder
Content copied to clipboard
sets a OnBalloonOutsideTouchListener to the popup using lambda.