Skip to content

Instantly share code, notes, and snippets.

@PatilShreyas
Last active January 1, 2021 16:53
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 PatilShreyas/6ff3bfcc19e2a7aac50b9752c17a5fde to your computer and use it in GitHub Desktop.
Save PatilShreyas/6ff3bfcc19e2a7aac50b9752c17a5fde to your computer and use it in GitHub Desktop.
fun Button.onClick(action: () -> Unit) {
action()
}
fun initUI() {
button.onClick {
// Do something
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment