{% setvar book_path %}/reference/kotlin/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

FragmentManager.OnBackStackChangedListener

interface FragmentManager.OnBackStackChangedListener


Interface to watch for changes to the back stack.

Summary

Public functions

Unit

Called whenever the contents of the back stack change.

Public functions

onBackStackChanged

@MainThread
fun onBackStackChanged(): Unit

Called whenever the contents of the back stack change.