public final class

ActivityNavigator.Extras

extends java.lang.Object

implements Navigator.Extras

 java.lang.Object

↳androidx.navigation.ActivityNavigator.Extras

Overview

Extras that can be passed to ActivityNavigator to customize what ActivityOptionsCompat and flags are passed through to the call to ContextCompat.startActivity(Context, Intent, Bundle).

Summary

Methods
public ActivityOptionsCompatgetActivityOptions()

Gets the ActivityOptionsCompat that should be used with ContextCompat.startActivity(Context, Intent, Bundle).

public intgetFlags()

Gets the Intent.FLAG_ACTIVITY_ flags that should be added to the Intent.

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Methods

public int getFlags()

Gets the Intent.FLAG_ACTIVITY_ flags that should be added to the Intent.

public ActivityOptionsCompat getActivityOptions()

Gets the ActivityOptionsCompat that should be used with ContextCompat.startActivity(Context, Intent, Bundle).