ActionOnlyNavDirections
class ActionOnlyNavDirections : NavDirections
kotlin.Any | |
↳ | androidx.navigation.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 | |
---|---|
Public methods | |
---|---|
Boolean | |
Int | |
Bundle | |
Int |
hashCode() |
String |
toString() |
Public constructors
<init>
ActionOnlyNavDirections(: Int)
Public methods
getActionId
fun getActionId(): Int
getArguments
@NonNull fun getArguments(): Bundle
hashCode
fun hashCode(): Int
toString
fun toString(): String