| Interface | Description |
|---|---|
| EvernoteCallback<T> |
A callback which methods are always invoked on the UI thread.
|
| Class | Description |
|---|---|
| EvernoteAsyncClient |
An async client executes actions in the background and returns the result on the UI thread.
|
| EvernoteBusinessNotebookHelper |
Provides several helper methods for business notebooks.
|
| EvernoteClientFactory |
A factory to create async wrappers around a
NoteStore.Client. |
| EvernoteClientFactory.Builder |
A builder to construct an
EvernoteClientFactory. |
| EvernoteHtmlHelper |
Provides helper methods to receive a
Note as HTML instead of ENML. |
| EvernoteLinkedNotebookHelper |
Provides several helper methods for
LinkedNotebooks. |
| EvernoteNoteStoreClient |
An async wrapper for
NoteStore.Client. |
| EvernoteSearchHelper |
Provides an unified search method to look for notes in multiple note stores.
|
| EvernoteSearchHelper.Result |
A search result.
|
| EvernoteSearchHelper.Search | |
| EvernoteUserStoreClient |
An async wrapper for
UserStore.Client. |
| Enum | Description |
|---|---|
| EvernoteSearchHelper.Scope |
Defines from where the notes are queried.
|