Skip to content

Instantly share code, notes, and snippets.

@Laimiux
Created March 27, 2018 05:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Laimiux/cf12d2b363565a13c3bff61b88377625 to your computer and use it in GitHub Desktop.
Save Laimiux/cf12d2b363565a13c3bff61b88377625 to your computer and use it in GitHub Desktop.
// User modifies the comment text field
data class TextChangedEvent(val enteredText: String)
// User clicks submit
data class SubmitCommentEvent(val comment: String)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment