toggle menu
pspdfkit
PSPDFKit
switch theme
search in API
pspdfkit
/
com.pspdfkit.ui.navigation
/
NavigationBackStack
/
BackStackListener
Back
Stack
Listener
interface
BackStackListener
<
T
>
Listener for changes to the navigation back stack.
Members
Functions
on
Back
Stack
Changed
Link copied to clipboard
abstract
fun
onBackStackChanged
(
)
Called whenever the contents of the backstack change.
visited
Item
Link copied to clipboard
abstract
fun
visitedItem
(
@
NonNull
item
:
T
)
Called when the backstack is moved to the item.