Advertisement
Guest User

Untitled

a guest
Aug 21st, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. if (mGoogleApiClient != null && mGoogleApiClient.isConnected()) {
  2. Auth.GoogleSignInApi.signOut(mGoogleApiClient).setResultCallback(
  3. new ResultCallback<Status>() {
  4. @Override
  5. public void onResult(Status status) {
  6.  
  7. }
  8. });
  9. }
  10.  
  11. Auth.GoogleSignInApi.signOut(mGoogleApiClient)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement