appRedirect

open suspend override fun appRedirect(timeout: Long?, appRedirectRequest: AppRedirectRequest): AppRedirectResult

Asks the client for permission to redirect to another web app than the current one. The client can decide whether the app switch should be allowed or disallowed and intercepted by the client (e.g. a client with an own map might not want the web app to redirect to the fuel-station-finder). By default, redirects should always be allowed.

Parameters

timeout

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

appRedirectRequest

The appRedirect request body object