-
- All Implemented Interfaces:
-
androidx.navigation.FloatingWindow
public final class BottomSheetNavigator.Destination extends NavDestination implements FloatingWindow
NavDestination specific to BottomSheetNavigator
-
-
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 BottomSheetNavigator.Destination(BottomSheetNavigator navigator, Function2<ColumnScope, 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.material.BottomSheetNavigator.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
-
BottomSheetNavigator.Destination
BottomSheetNavigator.Destination(BottomSheetNavigator navigator, Function2<ColumnScope, 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()
-
-
-
-