Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
princekin-f authored Mar 10, 2021
1 parent 0117f7d commit f598649
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,26 +122,8 @@ EasyFloat.with(this)

```
.registerCallbacks(new OnFloatCallbacks() {
@Override
public void createdResult(boolean isCreated, @Nullable String msg, @Nullable View view) { }
@Override
public void show(@NotNull View view) { }
@Override
public void hide(@NotNull View view) { }
@Override
public void dismiss() { }
@Override
public void touchEvent(@NotNull View view, @NotNull MotionEvent event) { }
@Override
public void drag(@NotNull View view, @NotNull MotionEvent event) { }
@Override
public void dragEnd(@NotNull View view) { }
// 各种回调...
...
})
```

Expand Down

0 comments on commit f598649

Please sign in to comment.