Foxit PDF SDK  9.1
com.foxit.uiextensions.controls.toolbar.IBaseItem.OnItemLongPressListener Interface Reference

Public Member Functions

boolean onLongPress (IBaseItem item, View v)
 

Detailed Description

Interface definition for a callback to be invoked when a view has been clicked and held.

Member Function Documentation

◆ onLongPress()

boolean com.foxit.uiextensions.controls.toolbar.IBaseItem.OnItemLongPressListener.onLongPress ( IBaseItem  item,
View  v 
)

Called when a view has been clicked and held.

Parameters
itemThe item that was clicked and held.
vThe view that was clicked and held.
Returns
true if the callback consumed the long click, false otherwise.