OnChipsListener

interface OnChipsListener

Interface definition for a callback to be invoked when a view is clicked.

Functions

Link copied to clipboard
abstract fun onClick(item: NuguChipsView.Item)

Called when a view has been clicked.

Link copied to clipboard
abstract fun onScrolled(dx: Int, dy: Int)