public sealed class EventSeverityType : AbstractValueMap<EventSeverityType>| Danger |
Notification denoting a danger message. Usually this means that a critical error has occurred, or that a
Device sends a message that requires immediate attention. Automatically send by MobileTrack if systems that the company relies on are down. (e.g. third party services, solar flare activity, etc.) |
| Info | Notification denoting an informational message. Usually send by MobileTrack or if the company owner sends a company-wide notification message. |
| Primary | Notification denoting a primary message. Usually this contains basic information about Device Messages about device receivers that require little to no action. |
| Secondary | Notification denoting a secondary message. Mostly when 4-eyes notifications have been requested. |
| Success | Notification denoting a success message. Usually this means 4-eyes actions have been approved and completed, or that information was created/altered/deleted successfully. |
| Warning |
Notification denoting a warning message. Usually this means that a non-critical error has occurred, or that a
Device sends a message that requires attention. Automatically send by MobileTrack if systems that the company relies on are unstable. (e.g. third party services) |