app Redirect
abstract suspend fun appRedirect(timeout: Long?, appRedirectRequest: AppRedirectRequest): AppRedirectResult
Content copied to clipboard
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
app Redirect Request
The appRedirect request body object