AddEducationUserEvent

sealed class AddEducationUserEvent

a model that represented everything that user can do on add education screen.

Constructors

Link copied to clipboard
protected fun AddEducationUserEvent()

Types

Link copied to clipboard
data class OnPassingYearChanged(passingYear: String) : AddEducationUserEvent
Link copied to clipboard
data class OnPercentageOrCgpaChanged(percentageOrCgpa: String) : AddEducationUserEvent
Link copied to clipboard
object OnSaveClick : AddEducationUserEvent
Link copied to clipboard
data class OnSchoolNameChanged(schoolName: String) : AddEducationUserEvent

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard