targetURLHandler

The object responsible for processing the URL that the SDK wants to open in the browser.

You can create an object of this interface and pass it into Advertisement in cases where you want to override the default URL handling behaviour.

This can be useful, for example, if you want to open a browser inside the application instead of opening an external one, or if you want to modify the URL before opening it.