Interface SwipeListener


  • public interface SwipeListener
    A swipe listener is notified when a swipe is started or stopped.
    • Method Detail

      • onSwipeStarted

        void onSwipeStarted()
        A swipe is started.
      • onSwipeStopped

        void onSwipeStopped()
        A swipe is stopped.