1 2 3 4 5 6 7 8
namespace Emby.Server.Implementations.Notifications { public interface IConfigurableNotificationService { bool IsHidden { get; } bool IsEnabled(string notificationType); } }