NavDirections


Known direct subclasses
ActionOnlyNavDirections

An implementation of NavDirections without any arguments.


An interface that describes a navigation operation: action's id and arguments

Summary

Public properties

Int

An action id to navigate with.

android
Bundle

Arguments to pass to the destination

android

Public properties

actionId

val actionId: Int

An action id to navigate with.

arguments

val arguments: Bundle

Arguments to pass to the destination