handleURL

abstract fun handleURL(url: String)

A method for processing an URL that should be opened in the browser.

On it you can modify the URL, as you need, and open a browser inside the application.

Parameters

url

The target URL for processing.