Skip to content

Commit

Permalink
Update public API file
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensousa committed Jun 15, 2024
1 parent a62e96d commit ec379ff
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions dpadrecyclerview/api/dpadrecyclerview.api
Original file line number Diff line number Diff line change
Expand Up @@ -31,25 +31,23 @@ public final class com/rubensousa/dpadrecyclerview/ChildAlignment$CREATOR : andr
}

public final class com/rubensousa/dpadrecyclerview/DpadDragHelper {
public fun <init> (Lcom/rubensousa/dpadrecyclerview/DpadDragHelper$DragCallback;Ljava/util/Set;)V
public synthetic fun <init> (Lcom/rubensousa/dpadrecyclerview/DpadDragHelper$DragCallback;Ljava/util/Set;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
public fun <init> (Lcom/rubensousa/dpadrecyclerview/DpadDragHelper$DragAdapter;Lcom/rubensousa/dpadrecyclerview/DpadDragHelper$DragCallback;Ljava/util/Set;)V
public synthetic fun <init> (Lcom/rubensousa/dpadrecyclerview/DpadDragHelper$DragAdapter;Lcom/rubensousa/dpadrecyclerview/DpadDragHelper$DragCallback;Ljava/util/Set;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
public final fun attachRecyclerView (Lcom/rubensousa/dpadrecyclerview/DpadRecyclerView;)V
public final fun detachFromRecyclerView ()V
public final fun startDrag (I)Z
public final fun stopDrag ()V
}

public abstract interface class com/rubensousa/dpadrecyclerview/DpadDragHelper$DragAdapter {
public abstract fun getMutableItems ()Ljava/util/List;
}

public abstract interface class com/rubensousa/dpadrecyclerview/DpadDragHelper$DragCallback {
public abstract fun move (Landroidx/recyclerview/widget/RecyclerView$ViewHolder;Landroidx/recyclerview/widget/RecyclerView$ViewHolder;)Z
public abstract fun onDragStarted (Landroidx/recyclerview/widget/RecyclerView$ViewHolder;)V
public abstract fun onDragStopped ()V
}

public final class com/rubensousa/dpadrecyclerview/DpadDragHelper$DragCallback$DefaultImpls {
public static fun onDragStarted (Lcom/rubensousa/dpadrecyclerview/DpadDragHelper$DragCallback;Landroidx/recyclerview/widget/RecyclerView$ViewHolder;)V
public static fun onDragStopped (Lcom/rubensousa/dpadrecyclerview/DpadDragHelper$DragCallback;)V
}

public final class com/rubensousa/dpadrecyclerview/DpadLoopDirection : java/lang/Enum {
public static final field MAX Lcom/rubensousa/dpadrecyclerview/DpadLoopDirection;
public static final field MIN_MAX Lcom/rubensousa/dpadrecyclerview/DpadLoopDirection;
Expand Down

0 comments on commit ec379ff

Please sign in to comment.