Enum NotificationMessageType
Defines what type of content the notification contains
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public enum NotificationMessageType
Fields
Name | Description |
---|---|
ImportantMessage | 1: A message with high priority |
Message | 0: A plain message |
RemoteAction | 2: Trigger an action |
ShowWebPage | 4: Show a web page |
YesNoQuestion | 3: Ask user a yes or no question |
Extension Methods
EnumUtil.MapEnums<SuperOffice.Data.NotificationMessageType, To>()