-
public class EpoxyTouchHelper.SwipeBuilder3<U extends EpoxyModel>
-
-
Method Summary
Modifier and Type Method Description ItemTouchHelperandCallbacks(EpoxyTouchHelper.SwipeCallbacks<U> callbacks)Set callbacks to handle swipe actions and lifecycle events. -
-
Method Detail
-
andCallbacks
ItemTouchHelper andCallbacks(EpoxyTouchHelper.SwipeCallbacks<U> callbacks)
Set callbacks to handle swipe actions and lifecycle events.
You MUST implement onSwipeCompleted toremove the swiped item from your data and request a model build.
You can optionally implement the other callbacks to modify the view as it is being swiped.
-
-
-
-