#include "Runtime/Core/Public/Misc/DateTime.h"
#include "OperatingSystemNotification.generated.h"
◆ EOperatingSystemNotificationCategory
An enumeration representing the category of operating system notification. The possible values are:
- None: No category.
- Device: A notification related to a device.
- OperatingSystem: A notification related to the operating system.
- Application: A notification related to an application.
Enumerator |
---|
None | |
Device | |
OperatingSystem | |
Application | |
◆ EOperatingSystemNotificationType
An enumeration representing the type of operating system notification. The possible values are:
- None: No notification.
- Info: An informative notification.
- Warning: A warning notification.
- Error: An error notification.
- Verbose: A verbose notification.
- VeryVerbose: A very verbose notification.
Enumerator |
---|
None | |
Info | |
Warning | |
Error | |
Verbose | |
VeryVerbose | |