BrowserSwitchStartResult

The result of a browser switch obtained from BrowserSwitchClient.start

Inheritors

Types

Link copied to clipboard

Browser switch failed with an error.

Link copied to clipboard
class Started(val pendingRequest: String) : BrowserSwitchStartResult

The browser switch was successfully completed. Store pendingRequest String to complete browser switch after deeplinking back into the application (see BrowserSwitchClient.completeRequest).