Skip to content

Instantly share code, notes, and snippets.

@dcampogiani
Created February 11, 2018 21:06
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