INotificationsManager Interface

Relativity Services API
Interface of the Notifaction Manager

Namespace:  Relativity.Services.Notifications
Assembly:  Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public interface INotificationsManager : IDisposable

The INotificationsManager type exposes the following members.

Methods

  NameDescription
Public methodDismissMOTDAsync
Disable the Message of the Day for a user
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodHasDismissedMOTDAsync
Determines if the passed userId has previously dismissed the MOTD
Public methodIsTextOnlyMOTDAsync
Determines if the MOTD is set to be text-only
Public methodReadMOTDAsync
Reads the Message of the Day
Public methodUpdateMOTDAsync
Update the Message of the Day
Top
See Also

Reference