app
app
/
com.htueko.resumeapp.presentation.view.main.state
/
DashboardUserEvent
Dashboard
User
Event
sealed
class
DashboardUserEvent
Content copied to clipboard
a model that represented everything that user can do on main screen.
Types
Constructors
Inheritors
Constructors
Dashboard
User
Event
Link copied to clipboard
protected
fun
DashboardUserEvent
(
)
Content copied to clipboard
Types
On
Delete
Resume
Click
Link copied to clipboard
data
class
OnDeleteResumeClick
(
resume
:
Resume
)
:
DashboardUserEvent
Content copied to clipboard
On
Undo
Delete
Resume
Click
Link copied to clipboard
object
OnUndoDeleteResumeClick
:
DashboardUserEvent
Content copied to clipboard
Inheritors
OnDeleteResumeClick
Link copied to clipboard
OnUndoDeleteResumeClick
Link copied to clipboard