NamedNavArgument



Construct a named NavArgument by using the navArgument method.

Summary

Public functions

operator String

Provides destructuring access to this NamedNavArgument's name

android
operator NavArgument

Provides destructuring access to this NamedNavArgument's argument

android

Public properties

NavArgument

The NavArgument associated with the name

android
String

The name the argument is associated with

android

Public functions

component1

operator fun component1(): String

Provides destructuring access to this NamedNavArgument's name

component2

operator fun component2(): NavArgument

Provides destructuring access to this NamedNavArgument's argument

Public properties

argument

val argumentNavArgument

The NavArgument associated with the name

name

val nameString

The name the argument is associated with