public static interface SwipeToDismissTouchListener.SwipeableViewProvider
| Modifier and Type | Method and Description |
|---|---|
boolean |
canBeSwiped()
Determines if a view can be swiped away
ATTENTION: this will be called on every touchEvent, don't do any expensive operation in this method
|