You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/**
* Check whether the session has valid authentication information
* that will allow successful API calls to be made.
*/
public synchronized boolean isLoggedIn() {
return mAuthenticationResult != null;
}
The text was updated successfully, but these errors were encountered:
Now is only check whether is empty.
The text was updated successfully, but these errors were encountered: