34 public override async Task
Open()
48 StringBuilder Result =
new();
60 return Task.FromResult(Result.ToString());
Abstract base class of Identity notification events.
LegalIdentity? Identity
Gets a parsed identity.
string? RequestorFullJid
Full JID of requestor.
string? PetitionId
Petition ID
string? SignatoryIdentityId
Legal identity of petitioned signatory.
Notification event for identity petitions.
RequestIdentityNotificationEvent(LegalIdentityPetitionEventArgs e)
Notification event for identity petitions.
RequestIdentityNotificationEvent()
Notification event for identity petitions.
override Task< string > GetDescription()
Gets a descriptive text for the category of event.
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 IStringLocalizer Localizer
Localization service
A page to display when the user is asked to petition an identity.