Skip to content

Instantly share code, notes, and snippets.

@5AbhishekSaxena
Created December 2, 2022 22:32
Show Gist options
  • Save 5AbhishekSaxena/eb96755199f723decb8b54585134a2e5 to your computer and use it in GitHub Desktop.
Save 5AbhishekSaxena/eb96755199f723decb8b54585134a2e5 to your computer and use it in GitHub Desktop.
class CustomUIComponent : OnClickListener {
override fun onClick() {
// handles onClick event.
}
// left empty as I don't want the [CustomUIComponent] to have long-click behavior.
override fun onLongClick() {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment