checkIfSemanticURL()
Determines if the browser URL is semantic by comparing it with the information in the metadata of the loaded application.
Returns
The Boolean value true if the browser URL is semantic.
Parameters
This API does not have parameters.
Usage example
In this example, the API returns a Boolean value, which denotes if the browser URL is semantic.
PCore.checkIfSemanticURL();
Previous topic Directly accessed PCore APIs Next topic configureForBrowserBookmark(payload)