LynxUpdateMeta is the metadata structure used by LynxView to update template data. It will serve as the input parameter for UpdateData. Users can specify various parameters required for the update through LynxUpdateMeta, such as template data and globalProps, among others.
LynxUpdateMeta has the following members:
updateData: TemplateData
: The content of the data to update the template;globalProps: TemplateData
: The globalProps content for updating the template;On the Android platform, you need to use LynxUpdateMeta.Builder to construct a LynxUpdateMeta object:
LynxUpdateMeta has the following members:
updateData: TemplateData
: The content of the data to update the template;globalProps: TemplateData
: The globalProps content for updating the template;On the iOS platform, construct the LynxLoadMeta object as follows:
LCD tables only load in the browser