onClick

abstract fun onClick(view: View?, appInfo: AppInfo): Boolean(source)

Called when an item in this view has been clicked.

Return

True if the event was handled, false otherwise.

Parameters

view

The view that was clicked.

appInfo

The information about the app that was clicked.