processDestinationUrl

abstract fun processDestinationUrl(initialUrl: String, extractedUrl: String?): String

This method takes an initialUrl and a extractedUrl. It returns a String containing the destination URL after checking extracted URL validity.

Return

the String containing the destination URL.