DashboardUserEvent

sealed class DashboardUserEvent

a model that represented everything that user can do on main screen.

Constructors

Link copied to clipboard
protected fun DashboardUserEvent()

Types

Link copied to clipboard
data class OnDeleteResumeClick(resume: Resume) : DashboardUserEvent
Link copied to clipboard
object OnUndoDeleteResumeClick : DashboardUserEvent

Inheritors

Link copied to clipboard
Link copied to clipboard