-
@Deprecated(message = Replace with Androidx ComposeNavigator.Destination and change import to androidx.navigation.compose.ComposeNavigator., replaceWith = @ReplaceWith(imports = {androidx.navigation.compose.ComposeNavigator}, expression = ComposeNavigator.Destination)) public final class AnimatedComposeNavigator.Destination extends NavDestination
NavDestination specific to AnimatedComposeNavigator
-
-
Field Summary
Fields Modifier and Type Field Description private final Map<String, NavArgument>argumentsprivate final StringdisplayNameprivate Integeridprivate CharSequencelabelprivate final StringnavigatorNameprivate NavGraphparentprivate Stringroute
-
Constructor Summary
Constructors Constructor Description AnimatedComposeNavigator.Destination(AnimatedComposeNavigator navigator, Function2<AnimatedVisibilityScope, NavBackStackEntry, Unit> content)
-
Method Summary
Modifier and Type Method Description final Map<String, NavArgument>getArguments()StringgetDisplayName()final IntegergetId()final UnitsetId(Integer id)final CharSequencegetLabel()final UnitsetLabel(CharSequence label)final StringgetNavigatorName()final NavGraphgetParent()final UnitsetParent(NavGraph parent)final StringgetRoute()final UnitsetRoute(String route)-
Methods inherited from class com.google.accompanist.navigation.animation.AnimatedComposeNavigator.Destination
addArgument, addDeepLink, addDeepLink, addInDefaultArgs, buildDeepLinkIds, equals, fillInLabel, getAction, hasDeepLink, hasDeepLink, hasRoute, hashCode, matchDeepLink, matchDeepLink, onInflate, putAction, putAction, removeAction, removeArgument, supportsActions, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
AnimatedComposeNavigator.Destination
AnimatedComposeNavigator.Destination(AnimatedComposeNavigator navigator, Function2<AnimatedVisibilityScope, NavBackStackEntry, Unit> content)
-
-
Method Detail
-
getArguments
final Map<String, NavArgument> getArguments()
-
getDisplayName
String getDisplayName()
-
getLabel
final CharSequence getLabel()
-
setLabel
final Unit setLabel(CharSequence label)
-
getNavigatorName
final String getNavigatorName()
-
-
-
-