|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface SwipesView.OnSwipeListener
Listener that updates on swipe threshold and direction.
Method Summary | |
---|---|
void |
onDirectionSwipe(View card,
SwipesView.Directions direction)
Provides updates on swipe direction, but is not a callback for successful swipes. |
void |
onSuccessfulSwipe(View card,
SwipesView.Directions direction)
Provides updates on successful swipes with direction. |
void |
onThresholdChange(View card,
float threshold)
Provides updates on swipe threshold. |
Method Detail |
---|
void onThresholdChange(View card, float threshold)
void onDirectionSwipe(View card, SwipesView.Directions direction)
void onSuccessfulSwipe(View card, SwipesView.Directions direction)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |