10 #ifndef GO_PXL_SDK_NOTIFICATIONTYPE_H
11 #define GO_PXL_SDK_NOTIFICATIONTYPE_H
32 operator Type()
const {
return type; }
36 const std::string ToString()
const;
A resource was deleted.
Definition: GoNotificationType.h:24
#define GoPxLSdkClass
Definition: Def.h:35
Declares the general SDK definitions.
Definition: GoNotificationType.h:18
constexpr bool operator!=(GoNotificationType t) const
Definition: GoNotificationType.h:34
Type
Definition: GoNotificationType.h:21
constexpr bool operator==(GoNotificationType t) const
Definition: GoNotificationType.h:33
constexpr GoNotificationType(Type type)
Definition: GoNotificationType.h:30
A resource was created.
Definition: GoNotificationType.h:23