Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jax DesMarais-Leder <[email protected]>
  • Loading branch information
sarahkoop and jaxdesmarais authored Feb 5, 2024
1 parent 73119c5 commit 4f0cf9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ val browserSwitchOptions = BrowserSwitchOptions().apply {
url = "https://site-to-load.com?callbackURL=my-custom-url-scheme%3A%2F%2Fsuccess"
returnUrlScheme = "my-custom-url-scheme"
}

when (val pendingRequest = browserSwitchClient.start(this, browserSwitchOptions)) {
is BrowserSwitchPendingRequest.Started -> {
// store pending request
Expand Down

0 comments on commit 4f0cf9d

Please sign in to comment.