-
public final class WearComposeNavigatorDestinationBuilder extends NavDestinationBuilder<WearNavigator.Destination>
-
-
Field Summary
Fields Modifier and Type Field Description private final WearNavigatorwearNavigatorprivate final Integeridprivate CharSequencelabelprivate final Stringroute
-
Constructor Summary
Constructors Constructor Description WearComposeNavigatorDestinationBuilder(WearNavigator wearNavigator, KClass<?> route, Map<KType, NavType<?>> typeMap, Function1<NavBackStackEntry, Unit> content)
-
Method Summary
Modifier and Type Method Description final WearNavigatorgetWearNavigator()final IntegergetId()final CharSequencegetLabel()final UnitsetLabel(CharSequence label)final StringgetRoute()-
Methods inherited from class com.google.android.horologist.compose.nav.WearComposeNavigatorDestinationBuilder
action, argument, argument, build, deepLink, deepLink, deepLink, deepLink, deepLink, deepLinkSafeArgs -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getWearNavigator
final WearNavigator getWearNavigator()
-
getLabel
final CharSequence getLabel()
-
setLabel
final Unit setLabel(CharSequence label)
-
-
-
-