mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 02:39:23 +02:00
getBookHash API method (not implemented yet)
This commit is contained in:
parent
765c465302
commit
a63666d224
4 changed files with 13 additions and 0 deletions
|
@ -26,6 +26,7 @@ interface ApiMethods {
|
|||
int GET_BOOK_AUTHORS = 503;
|
||||
int GET_BOOK_TAGS = 504;
|
||||
int GET_BOOK_FILE_NAME = 505;
|
||||
int GET_BOOK_HASH = 506;
|
||||
|
||||
// text information
|
||||
int GET_PARAGRAPHS_NUMBER = 601;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue