Add Resume User Event
a model that represented everything that user can do on add resume screen.
Constructors
Types
Link copied to clipboard
Link copied to clipboard
data class OnCareerObjectiveChanged(careerObjective: String) : AddResumeUserEvent
Content copied to clipboard
Link copied to clipboard
data class OnEmailAddressChanged(emailAddress: String) : AddResumeUserEvent
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class OnMobileNumberChanged(mobileNumber: String) : AddResumeUserEvent
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class OnTotalYearsOfExperienceChanged(totalYearsOfExperience: String) : AddResumeUserEvent
Content copied to clipboard