Stay organized with collections
Save and categorize content based on your preferences.
public final class NavEntryDecorator<T extends Object>
Marker class to hold the onPop and decorator functions that will be invoked at runtime.
See documentation on androidx.navigation3.runtime.navEntryDecorator
for more info.
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-08-13 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-08-13 UTC."],[],[],null,["# NavEntryDecorator\n=================\n\nArtifact: [androidx.navigation3:navigation3-runtime](/jetpack/androidx/releases/navigation3) \n[View Source](https://cs.android.com/search?q=file:androidx/navigation3/runtime/NavEntryDecorator.kt+class:androidx.navigation3.runtime.NavEntryDecorator) \nAdded in [1.0.0-alpha07](/jetpack/androidx/releases/navigation3#1.0.0-alpha07)\n\n*** ** * ** ***\n\n[Kotlin](/reference/kotlin/androidx/navigation3/runtime/NavEntryDecorator \"View this page in Kotlin\") \\|Java\n\n\n```\npublic final class NavEntryDecorator\u003cT extends Object\u003e\n```\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nMarker class to hold the onPop and decorator functions that will be invoked at runtime.\n\nSee documentation on [androidx.navigation3.runtime.navEntryDecorator](/reference/androidx/navigation3/runtime/package-summary#navEntryDecorator(kotlin.Function1,kotlin.Function1)) for more info."]]