appInterceptableLink

open suspend override fun appInterceptableLink(timeout: Long?): AppInterceptableLinkResult

Some services (e.g. Paypal) will be opened independently from the web app, see "openURLInNewTab". On completion, the flow will be redirected to the schema provided to this request. This needs to be a unique identifier, e.g. "pace.some_uuid".

Parameters

timeout

The timeout of appInterceptableLink in milliseconds or null if no timeout should be used