OnUiComponentClickListener

fun interface OnUiComponentClickListener

Interface for reporting on click events on the UI component.

Important: This is a Public Preview API. It may be changed or removed at any time.

Functions

Link copied to clipboard
abstract fun onClick()

Called when the UI component is clicked.