Skip to content

Instantly share code, notes, and snippets.

@Aldikitta
Created June 14, 2023 09:38
Show Gist options
  • Save Aldikitta/f27cfe985860448b5706228d3210582b to your computer and use it in GitHub Desktop.
Save Aldikitta/f27cfe985860448b5706228d3210582b 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