Advertisement
Guest User

Untitled

a guest
Nov 25th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. VKRequest requestApi = VKApi.friends().get(VKParameters.from(VKApiConst.COUNT, 10));
  2. requestApi.executeWithListener(new VKRequest.VKRequestListener() {
  3. @Override
  4. public void onComplete(VKResponse response) {
  5. super.onComplete(response);
  6. }
  7. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement