Method | Description | |
---|---|---|
AddBookToLocalCollection ( |
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, |
||
GetReadingForBook ( string bookId ) : |
||
HasBook ( string bookId, bool forceRefresh = false, |
||
HasHighlight ( string highlightId, bool forceRefresh = false, |
||
LoadCollectedBooksAsync ( bool forceRefresh = false,
|
||
LoadCollectedHighlightsAsync ( List
|
||
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 ( |
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 |
Method | Description | |
---|---|---|
AuthenticatedUser ( ) : System |
public AddBookToLocalCollection ( |
||
book | ||
return | void |
public GetMeAsync ( bool forceRefresh = false, |
||
forceRefresh | bool | |
cancelToken | ||
return | Task |
public GetReadingForBook ( string bookId ) : |
||
bookId | string | |
return |
public HasBook ( string bookId, bool forceRefresh = false, |
||
bookId | string | |
forceRefresh | bool | |
cancelToken | ||
return | Task |
public HasHighlight ( string highlightId, bool forceRefresh = false, |
||
highlightId | string | |
forceRefresh | bool | |
cancelToken | ||
return | Task |
public LoadCollectedBooksAsync ( bool forceRefresh = false,
|
||
forceRefresh | bool | |
cancelToken | ||
return | Task
|
public LoadCollectedHighlightsAsync ( List
|
||
highlightIds | List |
|
forceRefresh | bool | |
cancelToken | ||
return | Task
|
public RemoveBookFromLocalCollection ( string bookId ) : void | ||
bookId | string | |
return | void |
public TryCollectHighlight ( |
||
highlight | ||
return | void |
public TryLoadCollectedHighlightsList ( bool forceRefresh = false ) : List |
||
forceRefresh | bool | |
return | List |
public TryRemoveHighlight ( string id ) : void | ||
id | string | |
return | void |
public TrySaveCollectedHighlightsLocally ( ) : bool | ||
return | bool |