Skip to content

Instantly share code, notes, and snippets.

@dcampogiani
Created January 19, 2018 22:25
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/4230debf17ef25689c0d6f0cb96512c9 to your computer and use it in GitHub Desktop.
Save dcampogiani/4230debf17ef25689c0d6f0cb96512c9 to your computer and use it in GitHub Desktop.
private fun handleSome(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