Skip to content

Whether EvernoteSession isLoggedIn() should be related to whether EvernoteService is SANDBOX? #68

Description

@laomo

Now is only check whether is empty.

    /**
     * Check whether the session has valid authentication information
     * that will allow successful API calls to be made.
     */
    public synchronized boolean isLoggedIn() {
        return mAuthenticationResult != null;
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions