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 许可协议进行许可。