handleUrl

open override fun handleUrl(context: Context, uri: Uri): Boolean

Handles a Kindly URL scheme deep link. Supported format: kindly://chat/dialogue/{id}

Return

true if the URL was handled, false otherwise

Parameters

context

Android context for launching the chat UI if needed

uri

The URI to handle