Skip to content

Instantly share code, notes, and snippets.

@danailalexiev
Created October 5, 2022 08:30
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 danailalexiev/5bdace1ec69bb4462382ce6c6aa2749f to your computer and use it in GitHub Desktop.
Save danailalexiev/5bdace1ec69bb4462382ce6c6aa2749f to your computer and use it in GitHub Desktop.
Kotlin Multiplatform Default Completion handler
func getRandomJoke(jokeCategory: JokeCategory?, completionHandler: (Result<Joke>?, Error?) -> ()) {
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment