OnClickListener

fun interface OnClickListener

Interface definition for a callback to be invoked when a button in an AppBarView is clicked.

Functions

Link copied to clipboard
abstract fun onClick(view: View, module: AppBarModel<out AppBarView>)