Table of Contents

Class ChromeCustomTabsBrowser

Namespace
Auth0.OidcClient
Assembly
Auth0.OidcClient.dll

Implements browser integration using Chrome Custom Tabs.

public class ChromeCustomTabsBrowser : AndroidBrowserBase, IBrowser
Inheritance
ChromeCustomTabsBrowser
Implements
IBrowser
Derived
Inherited Members

Constructors

ChromeCustomTabsBrowser(Context)

Create a new instance of ChromeCustomTabsBrowser for a given Android.Content.Context.

public ChromeCustomTabsBrowser(Context context = null)

Parameters

context Context

Android.Content.Context provided to any subsequent callback.

Methods

OpenBrowser(Uri, Context)

Open a web browser with the given uri.

protected override void OpenBrowser(Uri uri, Context context = null)

Parameters

uri Uri

Uri address to open in the browser.

context Context

Optional Android.Content.Context associated with the browser.