A marker interface for NavDestination subclasses that sit alongside the view of other destinations.
Supporting pane destinations have the same lifecycle as the other visible destinations (e.g., a non-SupportingPane destination will continue to be resumed when a supporting pane is added to the back stack).
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-07-30 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-30 UTC."],[],[],null,["# SupportingPane\n==============\n\nArtifact: [androidx.navigation:navigation-common](/jetpack/androidx/releases/navigation) \n[View Source](https://cs.android.com/search?q=file:androidx/navigation/SupportingPane.kt+class:androidx.navigation.SupportingPane) \nAdded in [2.9.3](/jetpack/androidx/releases/navigation#2.9.3)\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/androidx/navigation/SupportingPane \"View this page in Java\")\nCommon/AllAndroid/JVM\n - Cmn \n\n ```\n interface SupportingPane\n ```\n\n*** ** * ** ***\n\nA marker interface for [NavDestination](/reference/kotlin/androidx/navigation/NavDestination) subclasses that sit alongside the view of other destinations.\n\nSupporting pane destinations have the same lifecycle as the other visible destinations (e.g., a non-SupportingPane destination will continue to be resumed when a supporting pane is added to the back stack).\n\n[androidx.navigation.NavController.OnDestinationChangedListener](/reference/kotlin/androidx/navigation/NavController.OnDestinationChangedListener) instances can also customize their behavior based on whether the destination is a SupportingPane."]]