onItemLongClickable method
长按事件可拦截onItemLongClickListeners
Implementation
@override
bool onItemLongClickable(E? item, int position) {
return _stateEventsListenerManage?.onItemLongClickable(item, position) ??
true;
}
长按事件可拦截onItemLongClickListeners
@override
bool onItemLongClickable(E? item, int position) {
return _stateEventsListenerManage?.onItemLongClickable(item, position) ??
true;
}