Package com.pspdfkit.document.library
Class LibraryIndexStatus
-
- All Implemented Interfaces:
public class LibraryIndexStatus
Object representing indexing status for a document.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enum
LibraryIndexStatus.Status
The indexing status of a document in the document library.
-
Field Summary
Fields Modifier and Type Field Description public final LibraryIndexStatus.Status
indexStatus
public final float
progress
-
Method Summary
Modifier and Type Method Description LibraryIndexStatus.Status
getIndexStatus()
Returns current indexing status of a document in the document library. float
getProgress()
Returns current indexing progress of a document in the document library (if currently indexing). -
-
Method Detail
-
getIndexStatus
@NonNull() LibraryIndexStatus.Status getIndexStatus()
Returns current indexing status of a document in the document library.
- Returns:
Current document indexing status.
-
getProgress
float getProgress()
Returns current indexing progress of a document in the document library (if currently indexing).
- Returns:
Current indexing progress if indexing is currently in progress.
-
-
-
-