toggleView

abstract fun toggleView(typeToToggle: PSPDFKitViews.Type): Boolean

Toggles the view with the specified type. If VIEW_NONE just hide the active one.

Return

true if toggle happened, false otherwise

Parameters

typeToToggle

Type of the view to be toggled.


abstract fun toggleView(typeToToggle: PSPDFKitViews.Type, showDelay: Long): Boolean

Toggles the view with the specified type. If VIEW_NONE just hide the active one.

Return

true if toggle happened, false otherwise

Parameters

typeToToggle

Type of the view to be toggled

showDelay

Delay time until toggle.