<PackageReference Include="Relativity.Server.Services.Interfaces.SDK" Version="5000.0.2" />

INotificationsManager

public interface INotificationsManager : IDisposable
Interface of the Notifaction Manager
Task DismissMOTDAsync(int userId)

Disable the Message of the Day for a user

Task<bool> HasDismissedMOTDAsync(int userId)

Determines if the passed userId has previously dismissed the MOTD

Determines if the MOTD is set to be text-only

Reads the Message of the Day

Update the Message of the Day