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
ContextAndroid.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
UriUri address to open in the browser.
context
ContextOptional Android.Content.Context associated with the browser.