ActionOnlyNavDirections

data class ActionOnlyNavDirections : NavDirections


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

Public functions

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

Public properties

open Int

An action id to navigate with.

open Bundle

Arguments to pass to the destination

Public constructors

ActionOnlyNavDirections

Added in 1.0.0
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

Added in 2.8.0-alpha04
open val actionIdInt

An action id to navigate with.

arguments

Added in 2.8.0-alpha04
open val argumentsBundle

Arguments to pass to the destination