launchCustomTabs

fun Activity.launchCustomTabs(pendingSignIn: OAuthUserSignIn?)

Launches the custom tabs activity with the provided authorize URL. The resulting intent will launch using an Incognito tab if the pendingSignIn's OAuthUserConfiguration.preferPrivateWebBrowserSession is true.

Receiver

an Activity used to launch the CustomTabsIntent.

Since

200.2.0

Parameters

pendingSignIn

the OAuthUserSignIn that requires completion, or a null value if there is no longer a pending sign in.