INotificationsApi Interface

GF API Documentation
Public API for Notification functionality

Namespace:  GF.Api.Messaging.Notifications
Assembly:  GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax

public interface INotificationsApi

The INotificationsApi type exposes the following members.

Properties

  NameDescription
Public propertyChannels
Notification Channel functionality
Top
Methods

  NameDescription
Public methodGet
Get all notification messages from last 24 hours
Public methodSend
Send notification message to all users subscribed to the given channel.
Top
Events

  NameDescription
Public eventNotificationMessageReceived
Raised when a notification message is received.
Public eventNotificationMessageRemoved
Raised when a notification message is removed.
Top
See Also

Reference