Skip to content

Instantly share code, notes, and snippets.

@hlung
Last active April 30, 2019 09:49
Show Gist options
  • Save hlung/b78ab07436952e2ca837b9ff623593ed to your computer and use it in GitHub Desktop.
Save hlung/b78ab07436952e2ca837b9ff623593ed to your computer and use it in GitHub Desktop.
class PokeApi {
fun getPokemonList(success: (List<PokemonEntry>) -> Unit, failure: (Throwable?) -> Unit) {
...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment