namespace Abp.Notifications
{
///
/// Pre-defined setting names for notification system.
///
public static class NotificationSettingNames
{
///
/// A top-level switch to enable/disable receiving notifications for a user.
/// "Abp.Notifications.ReceiveNotifications".
///
public const string ReceiveNotifications = "Abp.Notifications.ReceiveNotifications";
}
}