handleAttachedToWindow static method

void handleAttachedToWindow(
  1. RenderContext<LoadInstanceContext> context,
  2. int nodeId,
  3. int rootId
)

Implementation

static void handleAttachedToWindow(RenderContext context, int nodeId, int rootId) {
  context.renderBridgeManager.sendGestureEvent(
    rootId,
    nodeId,
    kShow,
    {},
  );
}