Skip to content

Instantly share code, notes, and snippets.

@virendersran01
Forked from Aldikitta/UiEvent.kt
Created June 18, 2023 13:19
Show Gist options
  • Save virendersran01/82d83162123d5f22de400d25636f079a to your computer and use it in GitHub Desktop.
Save virendersran01/82d83162123d5f22de400d25636f079a to your computer and use it in GitHub Desktop.
sealed interface VisitingUiEvent {
data class ShowErrorMessageStatic(
val staticError: String?,
val dynamicError: String?,
val errorCode: String?
) : VisitingUiEvent
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment