For AI agents: the complete documentation index is available at /next/zh/llms.txt, the full documentation bundle is available at /next/zh/llms-full.txt, and this page is available as Markdown at /next/zh/api/lynx-devtool-native-api/lynx-base-inspector-owner/set-lynx-inspector-console-delegate.md.
Lynx
  • 简体中文
  • setLynxInspectorConsoleDelegate

    注册 LynxView 实例的 console 监听器,用于监听该实例的所有 console 消息。

    语法

    iOS

    LynxBaseInspectorOwner.h
    - (void)setLynxInspectorConsoleDelegate:(id _Nonnull)delegate;

    Android

    LynxBaseInspectorOwner.java
    void setLynxInspectorConsoleDelegate(Object delegate);

    Harmony

    LynxBaseInspectorOwner.ets
    setLynxInspectorConsoleDelegate(delegate: LynxInspectorConsoleDelegate): void;

    参数说明

    使用示例

    请参考 LynxInspectorConsoleDelegate

    兼容性

    LCD tables only load in the browser

    除非另有说明,本项目采用知识共享署名 4.0 国际许可协议进行许可,代码示例采用 Apache License 2.0 许可协议进行许可。