Contents
Alert type. More…
#include <alerttypes.h> enum AlertType { kInformation, kWarning, kError, kNumAlertTypes, };
Alert type.
kInformation
Information.
kWarning
Warning.
kError
Error.