getStoredPages

abstract fun getStoredPages(documentId: String): List<String>

Provides List with all pageIds for a given document.

Return

List with currently presented files ids

Parameters

documentId
  • id of a parent document

Throws