Shows the item at the given index. Calling this method is comparable with a programmatic swiping to a given item.
@param index the index of the item to swipe to. @throws IllegalArgumentException when the passed index is negative or does not exist in the{@link SwipeItemProvider}. @throws IllegalStateException when already disposed or the move is not valid e.g. when a item is locked.
|
|