41 public override async Task
Open()
58 StringBuilder Result =
new();
70 return Task.FromResult(Result.ToString());
A strongly-typed resource class, for looking up localized strings, etc.
static string SignaturePetitionDenied
Looks up a localized string similar to The signature petition was denied..
static string Ok
Looks up a localized string similar to OK.
static string IdentityResponse
Looks up a localized string similar to Response to identity request.
static string Message
Looks up a localized string similar to Message.
Abstract base class of Identity notification events.
LegalIdentity? Identity
Gets a parsed identity.
Notification event for identity responses.
override Task< string > GetDescription()
Gets a descriptive text for the category of event.
IdentityResponseNotificationEvent(LegalIdentityPetitionResponseEventArgs e)
Notification event for identity responses.
IdentityResponseNotificationEvent()
Notification event for identity responses.
override async Task Open()
Opens the event.
Base class that references services in the app.
static IUiService UiService
Service serializing and managing UI-related tasks.
static INavigationService NavigationService
The navigation service for navigating between pages.
static IReportingStringLocalizer Localizer
Localization service
A page to display when the user wants to view an identity.
Event arguments for legal identity petition responses
bool Response
If accepted (true) or rejected (false).