-
- All Implemented Interfaces:
public interface OnBalloonOutsideTouchListenerInterface definition for a callback to be invoked when touched on outside of the balloon popup.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonBalloonOutsideTouch(View view, MotionEvent event)invoked when the outside of the Balloon is touched. -
-
Method Detail
-
onBalloonOutsideTouch
abstract Unit onBalloonOutsideTouch(View view, MotionEvent event)
invoked when the outside of the Balloon is touched.
-
-
-
-