getPages method of the Result class
Returns all the pages identifiers in the storage.
Please note that this method might throw an Exception that should be handled.
@WorkerThread
String[] getPages() throws Exception;
Return values
The method returns a string array, storing the identifiers of all pages in the storage.
02.03.2022 12:59:15