<PackageReference Include="Relativity.Server.Infrastructure.SDK" Version="5000.1.1" />

INotificationsManager

public interface INotificationsManager : IDisposable
Represents a notification manager. It exposes methods for working with Message Of The Day.
Task DismissMotdAsync(int userID)

Disables the Message of the Day for a specific user.

Task<bool> HasDismissedMotdAsync(int userID)

Determines if the passed userID has previously dismissed the MotdRequest.

Determines if the Message of the Day is set to be text-only.

Reads the Message of the Day.

Updates the Message of the Day.