-
- All Implemented Interfaces:
public interface FloatingButtonListener
-
-
Method Summary
Modifier and Type Method Description abstract voidonTapDetected()Invoked when the floating button is tapped. abstract voidonPanDetected()Invoked when the floating button is dragged on the screen. -
-
Method Detail
-
onTapDetected
abstract void onTapDetected()
Invoked when the floating button is tapped.
-
onPanDetected
abstract void onPanDetected()
Invoked when the floating button is dragged on the screen.
-
-
-
-