-
public interface BaseQuickAdapter.OnItemLongClickListener<T extends Object>
-
-
Method Summary
Modifier and Type Method Description abstract BooleanonLongClick(BaseQuickAdapter<T, ?> adapter, View view, Integer position)-
-
Method Detail
-
onLongClick
abstract Boolean onLongClick(BaseQuickAdapter<T, ?> adapter, View view, Integer position)
-
-
-
-