Stay organized with collections
Save and categorize content based on your preferences.
public interface Navigator.Extras
Interface indicating that this class should be passed to its respective Navigator
to enable Navigator specific behavior.
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-05-15 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-05-15 UTC."],[],[],null,["# Navigator.Extras\n================\n\nArtifact: [androidx.navigation:navigation-common](/jetpack/androidx/releases/navigation) \n[View Source](https://cs.android.com/search?q=file:androidx/navigation/Navigator.kt+class:androidx.navigation.Navigator.Extras) \nAdded in [1.0.0](/jetpack/androidx/releases/navigation#1.0.0)\n\n*** ** * ** ***\n\n[Kotlin](/reference/kotlin/androidx/navigation/Navigator.Extras \"View this page in Kotlin\") \\|Java\n\n\n```\npublic interface Navigator.Extras\n```\n\n\u003cbr /\u003e\n\nKnown direct subclasses \n[ActivityNavigator.Extras](/reference/androidx/navigation/ActivityNavigator.Extras), [DynamicExtras](/reference/androidx/navigation/dynamicfeatures/DynamicExtras), [FragmentNavigator.Extras](/reference/androidx/navigation/fragment/FragmentNavigator.Extras) \n\n|----------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [ActivityNavigator.Extras](/reference/androidx/navigation/ActivityNavigator.Extras) | Extras that can be passed to ActivityNavigator to customize what [ActivityOptionsCompat](/reference/androidx/core/app/ActivityOptionsCompat) and flags are passed through to the call to [ActivityCompat.startActivity](/reference/androidx/core/app/ActivityCompat#startActivity(android.content.Context,android.content.Intent,android.os.Bundle)). |\n| [DynamicExtras](/reference/androidx/navigation/dynamicfeatures/DynamicExtras) | Extras for dynamic navigators. |\n| [FragmentNavigator.Extras](/reference/androidx/navigation/fragment/FragmentNavigator.Extras) | Extras that can be passed to FragmentNavigator to enable Fragment specific behavior |\n\n*** ** * ** ***\n\nInterface indicating that this class should be passed to its respective [Navigator](/reference/androidx/navigation/Navigator) to enable Navigator specific behavior."]]