Skip to content

Instantly share code, notes, and snippets.

@brettfazio
Created May 20, 2020 22:51
Show Gist options
  • Select an option

  • Save brettfazio/26802856f1dcb39309c53e0cd49caf7c to your computer and use it in GitHub Desktop.

Select an option

Save brettfazio/26802856f1dcb39309c53e0cd49caf7c to your computer and use it in GitHub Desktop.
override fun logInSuccess(email: String, password: String) {
logInResult = SUCCESS
}
override fun logInFailure(exception: Exception, email: String, password: String) {
logInResult = FAILURE
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment