Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
XmppNotificationEvent.cs
1
namespace
NeuroAccessMaui.Services.Notification.Xmpp
2
{
6
public
abstract
class
XmppNotificationEvent
:
NotificationEvent
7
{
11
public
XmppNotificationEvent
()
12
: base()
13
{
14
}
15
19
public
string
BareJid
{
get
;
set
; } =
string
.Empty;
20
}
21
}
NeuroAccessMaui.Services.Notification.Xmpp.XmppNotificationEvent
Abstract base class of XMPP notification events.
Definition:
XmppNotificationEvent.cs:7
NeuroAccessMaui.Services.Notification.Xmpp.XmppNotificationEvent.XmppNotificationEvent
XmppNotificationEvent()
Abstract base class of XMPP notification events.
Definition:
XmppNotificationEvent.cs:11
NeuroAccessMaui.Services.Notification.Xmpp.XmppNotificationEvent.BareJid
string BareJid
Bare JID of sender.
Definition:
XmppNotificationEvent.cs:19
NeuroAccessMaui.Services.Notification.Xmpp
Definition:
ChatMessageNotificationEvent.cs:9
NeuroAccessMaui.Services.Notification.NotificationEvent
abstract class NotificationEvent()
Abstract base class of notification events.
Definition:
NotificationEvent.cs:13
NeuroAccessMaui
NeuroAccessMaui
Services
Notification
Xmpp
XmppNotificationEvent.cs
Generated by
1.9.5