1using CommunityToolkit.Mvvm.ComponentModel;
2using CommunityToolkit.Mvvm.Input;
12 this.SupportEmail =
"neuro-access@trustanchorgroup.com";
16 private string supportEmail;
19 private async Task ContactSupport()
21 string Email = this.SupportEmail;
24 string MailtoUri = $
"mailto:{Email}?subject={Uri.EscapeDataString(Subject)}";
28 if (!await Launcher.OpenAsync(
new Uri(MailtoUri)))
A strongly-typed resource class, for looking up localized strings, etc.
static string SupportEmailSubject
Looks up a localized string similar to Recover Account.
static string EmailClientNotAvailable
Looks up a localized string similar to Unable to open email client. Please send an email to {0}....
static string Ok
Looks up a localized string similar to OK.
static string ErrorTitle
Looks up a localized string similar to An error has occurred.
Base class that references services in the app.
static IUiService UiService
Service serializing and managing UI-related tasks.
static IReportingStringLocalizer Localizer
Localization service