C# Class EvernoteWrapper.Wrapper

Afficher le fichier Open project: evernote/evernote-demo-metro

Méthodes publiques

Méthode Description
Wrapper ( ) : System
createNote ( String developerToken ) : bool

Create a new note in the account of the user with the specified developer token.

Private Methods

Méthode Description
auth ( String authToken ) : bool

Make sure we have a valid auth token. Refreshes if possible, otherwise re-authenticates using username and password. Throws an TApplicationException, TTransportException, EDAMUserException or EDAMSystemException if an error occurs.

Method Details

Wrapper() public méthode

public Wrapper ( ) : System
Résultat System

createNote() public méthode

Create a new note in the account of the user with the specified developer token.
public createNote ( String developerToken ) : bool
developerToken String
Résultat bool