Interface SwipeTracker.OnBeginSwipe

Enclosing class:
SwipeTracker
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface SwipeTracker.OnBeginSwipe
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This signal is emitted right before a swipe will be started, after the
    drag threshold has been passed.
  • Method Details

    • onBeginSwipe

      void onBeginSwipe()
      This signal is emitted right before a swipe will be started, after the
      drag threshold has been passed.