Skip to content

Instantly share code, notes, and snippets.

@dcampogiani
Created February 11, 2018 21:06
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 dcampogiani/f390917f58a77a145d4cadede8c7ec25 to your computer and use it in GitHub Desktop.
Save dcampogiani/f390917f58a77a145d4cadede8c7ec25 to your computer and use it in GitHub Desktop.
private fun handleValid(data: Data) {
val message = "Mail: ${data.mail} Phone: ${data.phone}"
showMessage(message)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment