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 Ok
Looks up a localized string similar to OK.
static string PetitionToViewLegalIdentityWasDenied
Looks up a localized string similar to Petition to view identity was denied..
static string SignatureResponse
Looks up a localized string similar to Response to signature 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 signature responses.
SignatureResponseNotificationEvent()
Notification event for signature responses.
override Task< string > GetDescription()
Gets a descriptive text for the category of event.
override async Task Open()
Opens the event.
SignatureResponseNotificationEvent(SignaturePetitionResponseEventArgs e)
Notification event for signature responses.
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 signature petition responses
bool Response
If accepted (true) or rejected (false).