LynxTemplateResourceFetcher
is defined inside LynxEngine and injected from outside to implement the resource loading interface of Bundle and Lazy Bundle etc.
LynxEngine
internally calls this method to obtain the contents of Bundle and Lazy Bundle. The returned result type can contain byte[]
or TemplateBundle
;
This method must be implemented;
Inject when constructing a LynxView using LynxViewBuilder:
Also enable this capability in LynxViewBuilder
:
LynxEngine
internally calls this method to obtain the contents of AppBundle
and LazyBundle
. The returned result type can contain NSData*
or TemplateBundle
;
This method must be implemented;
Inject when constructing a LynxView using LynxViewBuilder:
Also enable this capability in LynxViewBuilder
:
LCD tables only load in the browser