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/template-data/mark-state.md.
Lynx
  • English
  • markState

    Mark the current TemplateData with the associated dataProcessor name. When this TemplateData is used in UpdateData, the corresponding dataProcessor will be found based on this name for data preprocessing.

    Syntax

    Android

    public void markState(String name);

    Parameters

    • name: Marked name.

    iOS

    - (void)markState:(NSString *)name;

    Parameters

    • name: Marked name.

    Desktop (C++)

    void MarkState(const std::string& name);

    Parameters

    • name: The data processor name associated with the current LynxTemplateData.

    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.