onCustomSchemeError

abstract fun onCustomSchemeError(context: Context?, scheme: String)

Is called when the client app hasn't set up deep linking via a custom scheme, which the app is trying to trigger, and passes the scheme for which it failed.

Parameters