handleClickedUrl

open override fun handleClickedUrl(uri: Uri): Boolean

Called when the user has tapped on a link to check who should handle this link (the SDK or the app).

Return

true if the URL should be handled by the iAdvize SDK (opening it in the default web view), false if you want to handle the URL yourself in the app.

Parameters

uri

The Uri to be processed.