isLocalResource
LynxEngine internally calls this method to determine whether the resource path exists on disk.
Syntax
Android
Parameters
url: Input path.
Return
- TRUE if is a local path, FALSE if not a local path and UNDEFINED if not sure.
Note
- This method is optional to be implemented.
iOS
Parameters
url: Input path.
Return
- TRUE if is a local path, FALSE if not a local path and UNDEFINED if not sure.
Note
- This method is optional to be implemented.
Harmony
Parameters
url: Input path.
Return
- TRUE if is a local path, FALSE if not a local path, UNDEFINED if not sure.
Compatibility
LCD tables only load in the browser