LoadTemplate

Using LynxLoadMeta to render LynxView, it is the main entrance for the client to load Lynx templates.

Syntax

Android

void loadTemplate(@NonNull LynxLoadMeta meta);

Parameters

  • meta: LynxLoadMeta: Lynx template loads metadata, and developers use this data structure to specify optional data loaded by the template.

iOS

- (void)loadTemplate:(nonnull LynxLoadMetadata*)meta;

Parameters

  • meta: LynxLoadMetadata*: Lynx template loads metadata, and developers use this data structure to specify optional data loaded by the template.

Compatibility

Loading

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.