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