mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 02:39:23 +02:00
new API methods: getBookId, getBookLastTurningTime (no implementation at this moment)
This commit is contained in:
parent
132af46089
commit
9a3ae79474
5 changed files with 68 additions and 7 deletions
|
@ -25,8 +25,10 @@ interface ApiMethods {
|
|||
int GET_BOOK_TITLE = 502;
|
||||
int GET_BOOK_AUTHORS = 503;
|
||||
int GET_BOOK_TAGS = 504;
|
||||
int GET_BOOK_FILE_NAME = 505;
|
||||
int GET_BOOK_FILE_PATH = 505;
|
||||
int GET_BOOK_HASH = 506;
|
||||
int GET_BOOK_ID = 507;
|
||||
int GET_BOOK_LAST_TURNING_TIME = 508;
|
||||
|
||||
// text information
|
||||
int GET_PARAGRAPHS_NUMBER = 601;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue