메소드 |
설명 |
|
AddBookToLocalCollection ( Book book ) : void |
Must only be called after the actual operation on Readmill has succeeded. This is only an optimization to avoid extra web service call |
|
GetMeAsync ( bool forceRefresh = false, CancellationToken cancelToken = default(CancellationToken) ) : Task |
|
|
GetReadingForBook ( string bookId ) : Reading |
|
|
HasBook ( string bookId, bool forceRefresh = false, CancellationToken cancelToken = default(CancellationToken) ) : Task |
|
|
HasHighlight ( string highlightId, bool forceRefresh = false, CancellationToken cancelToken = default(CancellationToken) ) : Task |
|
|
LoadCollectedBooksAsync ( bool forceRefresh = false, CancellationToken cancelToken = default(CancellationToken) ) : Task> |
|
|
LoadCollectedHighlightsAsync ( List highlightIds, bool forceRefresh = false, CancellationToken cancelToken = default(CancellationToken) ) : Task> |
|
|
RemoveBookFromLocalCollection ( string bookId ) : void |
Must only be called after the actual operation on Readmill has succeeded. This is only an optimization to avoid extra web service call |
|
TryCollectHighlight ( Highlight highlight ) : void |
Must only be called after the actual operation on Readmill has succeeded. |
|
TryLoadCollectedHighlightsList ( bool forceRefresh = false ) : List |
|
|
TryRemoveHighlight ( string id ) : void |
Must only be called after the actual operation on Readmill has succeeded |
|
TrySaveCollectedHighlightsLocally ( ) : bool |
|
|