NavDirections

interface 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.

Bundle

Arguments to pass to the destination

Public properties

actionId

Added in 1.0.0
val actionIdInt

An action id to navigate with.

arguments

Added in 1.0.0
val argumentsBundle

Arguments to pass to the destination