Ombi/src/Ombi.Helpers/NotificationAgent.cs
2019-03-20 19:44:21 +01:00

15 lines
No EOL
266 B
C#

namespace Ombi.Helpers
{
public enum NotificationAgent
{
Email = 0,
Discord = 1,
Pushbullet = 2,
Pushover = 3,
Telegram = 4,
Slack = 5,
Mattermost = 6,
Mobile = 7,
Gotify = 8,
}
}