| AsyncBusinessNoteStoreClient | This is a wrapper/helper class that manages the connection to a business notestore. |
| AsyncLinkedNoteStoreClient | This is a wrapper/helper class that manages the connection to a linked notestore. |
| AsyncNoteStoreClient | An Async wrapper for NoteStore.Client
Use these methods with a OnClientCallback to get make network requests |
| AsyncUserStoreClient | An Async wrapper for UserStore.Client
Use these methods with a OnClientCallback to get make network requests |
| AuthenticationResult | A container class for the results of a successful OAuth authorization with the Evernote service. |
| BootstrapManager | A class that provides access to check the current
EDAM_VERSION_MAJOR and
the EDAM_VERSION_MINOR against the Evernote Web serivice for API
Compatibility
It provides access to the List of BootstrapProfile representing the possible server connections
for the user. |
| BootstrapManager.ClientUnsupportedException |
| ClientFactory | A class to produce User and Note store clients. |
| DiskBackedByteStore | Implements an OutputStream that stores data to a temporary file on disk. |
| EvernoteAuthToken | A Scribe AccessToken that contains Evernote-specific items from the OAuth response. |
| EvernoteOAuthActivity | An Android Activity for authenticating to Evernote using OAuth. |
| EvernoteSession | Represents a session with the Evernote web service API. |
| EvernoteSession.EvernoteService | Evernote Service to use with the bootstrap profile detection. |
| EvernoteUtil |
| FileData | Implements a replacement for com.evernote.edam.type.Data that retrieves the actual binary data to be sent from a File instead of a byte array. |
| FileDataException |
| OnClientCallback<T> | This class must be implemented to use the AsyncNoteStoreClient and the AsyncUserStoreClient
|
| TEvernoteHttpClient | HTTP implementation of the TTransport interface modified by Evernote to work on Android. |
| YinxiangApi | A Scribe Api implementation for the Yinxiang Biji service, app.yinxiang.com. |