Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- backend.deleteComment(..., new ResultCallback() {
- @Override
- public void onResult() { /* do nothing */ }
- @Override
- public void onError() { /* do nothing */ }
- @Override
- public void onDelete() { ... }
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement