shouldHandleLink

Called when a link is about to be opened from within the SDK. Return true to let the SDK handle the link normally, or false to handle it yourself in the host app.

Return

true if the SDK should handle the link, false if the host app will handle it.

Parameters

url

The URL string that is about to be opened.