Interface of the Notifaction Manager
Namespace: Relativity.Services.Notifications
Assembly: Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The INotificationsManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | DismissMOTDAsync |
Disable the Message of the Day for a user
|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | HasDismissedMOTDAsync |
Determines if the passed userId has previously dismissed the MOTD
|
![]() | IsTextOnlyMOTDAsync |
Determines if the MOTD is set to be text-only
|
![]() | ReadMOTDAsync |
Reads the Message of the Day
|
![]() | UpdateMOTDAsync |
Update the Message of the Day
|
See Also