openURLInNewTab

abstract suspend fun openURLInNewTab(timeout: Long?, openURLInNewTabRequest: OpenURLInNewTabRequest): OpenURLInNewTabResult

Open the given url in a new browser tab. This specifically is the case when authorizing the payment process via paypal due to security reasons.

Parameters

timeout

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

openURLInNewTabRequest

The openURLInNewTab request body object