visitedItem

abstract fun visitedItem(@NonNull item: T)

Called when the backstack is moved to the item.

Parameters

item

The item the backstack just moved to.