1using Microsoft.Maui.Controls.Shapes;
27 this.Category = e.JID +
"|||";
29 this.RemoteJid = e.RemoteJID;
31 this.ProvisioningService = e.From;
32 this.Received = DateTime.UtcNow;
44 public string?
Key {
get;
set; }
Abstract base class of provisioning notification events.
override bool DeleteWhenOpened
If notification event should be deleted when openedd.
ProvisioningNotificationEvent(QuestionEventArgs e)
Abstract base class of provisioning notification events.
string? ProvisioningService
Provisioning Service sending the question.
string? RemoteJid
JID of remote entity wishing to perform a task.
ProvisioningNotificationEvent()
Abstract base class of provisioning notification events.
override Task< Geometry > GetCategoryIcon()
Gets an icon for the category of event.
Abstract base class of XMPP notification events.
Static class containing SVG Paths for symbols used in the app.
static readonly Geometry ThingPath
Thing button glyph
NotificationEventType
Button on which event is to be displayed.