Skip to content

Instantly share code, notes, and snippets.

@calvinnor
Last active October 2, 2019 07:27
Show Gist options
  • Save calvinnor/eac0133512803d61f0c968b5ff5bffee to your computer and use it in GitHub Desktop.
Save calvinnor/eac0133512803d61f0c968b5ff5bffee to your computer and use it in GitHub Desktop.
val playerOneName = etPlayer1Name.text.toString()
val playerTwoName = etPlayer2Name.text.toString()
interactions.onPlayerDetailsEntered(
playerOneDetails = PlayerDetails(id = 1, name = playerOneName),
playerTwoDetails = PlayerDetails(id = 2, name = playerTwoName)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment