DOCUMENTSTORE_KEY_LAST_VIEWED_PAGE_INDEX

val DOCUMENTSTORE_KEY_LAST_VIEWED_PAGE_INDEX: String = "PSPDFKit.lastViewedPage"

Key for storing the last viewed page index inside the DocumentDataStore of the loaded document. The last viewed page index is only read or written if isLastViewedPageRestorationEnabled is set to true. If page restoration is disabled, the fragment won't access or modify the document store and any previously written value. The value is saved to the store inside onStop.