on Swipe Completed
open fun onSwipeCompleted(model: T, itemView: View, position: Int, direction: Int)
Content copied to clipboard
Called after onSwipeReleased if the swipe surpassed the threshold tobe considered a full swipe. The view will now be animated off screen.
You MUST use this callback to remove this item from your backing data and request a modelupdate.
clearView will be called after this.