30 public async Task<bool>
TryOpenLink(Uri Link,
bool ShowErrorIfUnable)
32 if (ShowErrorIfUnable)
const string Onboarding
Onboarding URI Scheme (obinfo)
A set of never changing property constants and helpful values.
Grade Supports(Uri Link)
How well the link opener supports a given link
OnboardingLink()
Opens onboarding links.
async Task< bool > TryOpenLink(Uri Link, bool ShowErrorIfUnable)
Tries to open a link If the link was opened.
Base class that references services in the app.
static IUiService UiService
Service serializing and managing UI-related tasks.
static IStringLocalizer Localizer
Localization service
Interface for classes that can open links.