IBrowser Interface

graph BT Type["IBrowser"] class Type type-node Implementing0["BrowserEssentials"]-.->Type click Implementing0 "/api/Rocket.Surgery.Xamarin.Essentials/BrowserEssentials"

Syntax

public interface IBrowser

Methods

Name Value Summary
Open(string, BrowserLaunchMode) IObservable<Unit>
Open(string) IObservable<Unit>
Open(Uri, BrowserLaunchMode) IObservable<Unit>
Open(Uri, BrowserLaunchOptions) IObservable<bool>
Open(Uri) IObservable<Unit>

Extension Methods

Name Value Summary
SetBackingValue<IBrowser, TV>(Expression<Func<IBrowser, TV>>, TV) T
Sets the backing value.
With<IBrowser, TKey, TField>(Dictionary<TKey, TField>, IDictionary<TKey, TField>) TBuilder
Adds the specified dictionary to the provided dictionary.