For AI agents: the complete documentation index is available at /next/llms.txt, the full documentation bundle is available at /next/llms-full.txt, and this page is available as Markdown at /next/api/lynx-native-api/lynx-view/remove-lynx-view-client.md.
Lynx
  • English
  • removeLynxViewClient

    Remove LynxView lifecycle event monitoring.

    Syntax

    Android

    public void removeLynxViewClient(LynxViewClient client);

    Parameters

    • client: The structure implemented by the client and registered to the LynxView instance is used to obtain the callbacks of each process in the LynxView life cycle.

    Desktop (C++)

    void RemoveClient(std::shared_ptr<lynx::pub::LynxViewClient> client);

    Parameters

    • client: The lifecycle observer previously registered with AddClient. Passing the same shared client instance removes it from the LynxView lifecycle observer list.

    Compatibility

    LCD tables only load in the browser

    Except as otherwise noted, this work is licensed under a Creative Commons Attribution 4.0 International License, and code samples are licensed under the Apache License 2.0.