ResumeNavArgs

data class ResumeNavArgs(resumeId: Int) : Parcelable

a model to pass the data within destination with resume id.

See also

https://proandroiddev.com/compose-destinations-simpler-and-safer-navigation-in-compose-with-no-compromises-74a59c6b727d

Constructors

Link copied to clipboard
fun ResumeNavArgs(resumeId: Int)

Functions

Link copied to clipboard
operator fun component1(): Int
Link copied to clipboard
fun copy(resumeId: Int): ResumeNavArgs

Properties

Link copied to clipboard
val resumeId: Int