1using Microsoft.Maui.Controls.Shapes;
40 this.Category = RemoteBareJid;
41 this.BareJid = RemoteBareJid;
42 this.Received = DateTime.UtcNow;
71 public override async Task
Open()
Contains information about an incoming chat message.
string? ReplaceObjectId
ID of message object being updated
ChatMessageNotificationEvent(string RemoteBareJid)
Contains information about an incoming chat message.
override Task< string > GetDescription()
Gets a descriptive text for the event.
ChatMessageNotificationEvent()
Contains information about an incoming chat message.
override async Task Open()
Opens the event.
override Task< Geometry > GetCategoryIcon()
Gets an icon for the category of event.
ChatMessageNotificationEvent(MessageEventArgs e)
Contains information about an incoming chat message.
Abstract base class of XMPP notification events.
string BareJid
Bare JID of sender.
Base class that references services in the app.
static INavigationService NavigationService
The navigation service for navigating between pages.
Static class containing SVG Paths for symbols used in the app.
static readonly Geometry PersonPath
Person button glyph
Holds navigation parameters specific to views displaying a list of contacts.
A page that displays a list of the current user's contacts.
Event arguments for message events.
Task GoToAsync(string Route)
Navigates to the specified route and pushes the page onto the navigation stack.
NotificationEventType
Button on which event is to be displayed.
BackMethod
Navigation Back Method