canPerformGoTo

abstract val canPerformGoTo: Boolean

Check if it possible to call goTo or goToStart at this moment.

You can typically always perform a goTo or goToStart given that there is an activeRenderer and readerDocuments has been set with a non-empty list.

Use addOnCanPerformNavigationChangedListener and specifically OnCanPerformNavigationChangedListener.onCanPerformGoToChanged to detect when this value changes.