handleClickedUrl

abstract fun handleClickedUrl(uri: Uri): Boolean

Called to know if the given link should processed by the SDK or by the app. If your app handles this link directly, you have to notify the SDK by returning true. If you return false the SDK will handle the link display process. If multiple conversation listeners are set, the SDK will process the link only if ALL listeners return false.

Parameters

uri

The clicked uri to process