1
0
Fork 0
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:
Nikolay Pultsin 2011-12-30 10:20:00 +00:00
parent 765c465302
commit a63666d224
4 changed files with 13 additions and 0 deletions

View file

@ -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;