Started

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).

Constructors

Link copied to clipboard
constructor(pendingRequest: String)

Properties

Link copied to clipboard