Public API for Notification functionality
Namespace: GF.Api.Messaging.Notifications
Assembly: GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax
The INotificationsApi type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Channels |
Notification Channel functionality
|
Methods
| Name | Description | |
|---|---|---|
| Get |
Get all notification messages from last 24 hours
| |
| Send |
Send notification message to all users subscribed to the given channel.
|
Events
| Name | Description | |
|---|---|---|
| NotificationMessageReceived |
Raised when a notification message is received.
| |
| NotificationMessageRemoved |
Raised when a notification message is removed.
|
See Also