9 #ifndef GO_PXL_SDK_NOTIFICATIONTYPE_H
10 #define GO_PXL_SDK_NOTIFICATIONTYPE_H
31 operator Type()
const {
return type; }
35 const std::string ToString()
const;
A resource was deleted.
Definition: GoNotificationType.h:23
#define GoPxLSdkClass
Definition: Def.h:35
Declares the general SDK definitions.
Definition: GoNotificationType.h:17
constexpr bool operator!=(GoNotificationType t) const
Definition: GoNotificationType.h:33
Type
Definition: GoNotificationType.h:20
constexpr bool operator==(GoNotificationType t) const
Definition: GoNotificationType.h:32
constexpr GoNotificationType(Type type)
Definition: GoNotificationType.h:29
A resource was created.
Definition: GoNotificationType.h:22