isValidURL

open fun isValidURL(url: String): Boolean

A method to validate an URL before opening in browser.

This method is optional and always returns true by default.

Return

A boolean value that tells the SDK whether the URL is valid.

Parameters

url

The URL that the SDK wants to open in the browser.