fetchTemplate
LynxEngine internally calls this method to obtain the contents of Bundle and Lazy Bundle. The returned result type can contain byte[] or TemplateBundle.
Syntax
Android
Parameters
request: Request for the requiring content file.callback: Response with the requiring content file: byteArray or TemplateBundle
Note
- This method must be implemented.
iOS
Parameters
request: Request for the requiring content file.callback: Response with the requiring content file: byteArray or TemplateBundle
Note
- This method must be implemented.
Harmony
Parameters
request: Request to obtain the contents of Bundle and Lazy Bundlecallback: Response with the requiring content file in ArrayBuffer type.
Compatibility
LCD tables only load in the browser