Use to monitor when a user clicks a URL, and control the resulting action that the application takes in response to the user clicking the URL.
To use
nUIWebviewCallBack, register a class that implements
nUIWebviewCallBack with the web-based NativeUI object that contains the URL you want to monitor, for example, a
nUIWebView or
nUIWebviewElement object. When a user clicks a URL in the web-based NativeUI object, the application code can then take an appropriate action. For example, you might code the application to: