Lynx

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.