NamedNavArgument

class NamedNavArgument


Construct a named NavArgument by using the navArgument method.

Summary

Public functions

operator String

Provides destructuring access to this NamedNavArgument's name

operator NavArgument

Provides destructuring access to this NamedNavArgument's argument

Public properties

NavArgument

The NavArgument associated with the name

String

The name the argument is associated with

Public functions

component1

Added in 2.4.0
operator fun component1(): String

Provides destructuring access to this NamedNavArgument's name

component2

Added in 2.4.0
operator fun component2(): NavArgument

Provides destructuring access to this NamedNavArgument's argument

Public properties

argument

Added in 2.4.0
val argumentNavArgument

The NavArgument associated with the name

name

Added in 2.4.0
val nameString

The name the argument is associated with