EventSeverityType Class

Denotes the severity of an event (e.g. NotificationDtos or DeviceMessageDtos).

Definition

Namespace: MobileTrack.Common.Enums
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public sealed class EventSeverityType : AbstractValueMap<EventSeverityType>
Inheritance
Object    AbstractValueMapEventSeverityType    EventSeverityType

Fields

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)

See Also