Advertisement
Guest User

Untitled

a guest
May 25th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.21 KB | None | 0 0
  1. // Simple Java Example
  2.  
  3. mGoogleApiClient = new GoogleApiClient.Builder(this)
  4. .addConnectionCallbacks(this)
  5. .addOnConnectionFailedListener(this)
  6. .addApi(Games.API)
  7. .addScope(Games.SCOPE_GAMES)
  8. .build();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement