shouldOverrideUrlLoading

open override fun shouldOverrideUrlLoading(url: Uri): Boolean

compares the given Url. If it matches with the current app scheme it appends the deeplink query params to it. Otherwise it opens the url directly.