handleLongClick method
void
handleLongClick()
Implementation
void handleLongClick() {
if (needHandle(GestureType.longClick)) {
NativeGestureHandle.handleLongClick(_context, _id, _rootId);
}
}
void handleLongClick() {
if (needHandle(GestureType.longClick)) {
NativeGestureHandle.handleLongClick(_context, _id, _rootId);
}
}