ActionOnlyNavDirections



An implementation of NavDirections without any arguments.

This class should not be used directly; prefer the NavDirections classes generated by the Safe Args plugin.

Summary

Public constructors

android

Public functions

open operator Boolean
equals(other: Any?)
android
open Int
android
open String
android

Public properties

open Int

An action id to navigate with.

android
open Bundle

Arguments to pass to the destination

android

Public constructors

ActionOnlyNavDirections

ActionOnlyNavDirections(actionId: Int)

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

actionId

open val actionIdInt

An action id to navigate with.

arguments

open val argumentsBundle

Arguments to pass to the destination