7 #ifndef GLYMPSECONSTANTS_H__GLYMPSE__
8 #define GLYMPSECONSTANTS_H__GLYMPSE__
158 public:
static const int32 TICKET_STATE_NONE = 0x00000001;
159 public:
static const int32 TICKET_STATE_ADDING = 0x00000002;
160 public:
static const int32 TICKET_STATE_INVALID = 0x00000004;
161 public:
static const int32 TICKET_STATE_ACTIVE = 0x00000010;
162 public:
static const int32 TICKET_STATE_EXPIRING = 0x00000020;
163 public:
static const int32 TICKET_STATE_EXPIRED = 0x00000040;
164 public:
static const int32 TICKET_STATE_DELETING = 0x00000080;
165 public:
static const int32 TICKET_STATE_DELETED = 0x00000100;
166 public:
static const int32 TICKET_STATE_FAILED_TO_CREATE = 0x00000200;
167 public:
static const int32 TICKET_STATE_CANCELLED = 0x00000400;
169 public:
static const int32 TICKET_STATE_DECODING
170 = TICKET_STATE_ADDING
171 | TICKET_STATE_ACTIVE;
172 public:
static const int32 TICKET_STATE_ACTIVATING
173 = TICKET_STATE_ADDING
174 | TICKET_STATE_ACTIVE;
211 public:
static const int32 INVITE_TYPE_UNKNOWN = 0;
212 public:
static const int32 INVITE_TYPE_ACCOUNT = 1;
213 public:
static const int32 INVITE_TYPE_EMAIL = 2;
214 public:
static const int32 INVITE_TYPE_SMS = 3;
215 public:
static const int32 INVITE_TYPE_TWITTER = 4;
216 public:
static const int32 INVITE_TYPE_FACEBOOK = 5;
217 public:
static const int32 INVITE_TYPE_LINK = 6;
218 public:
static const int32 INVITE_TYPE_GROUP = 7;
219 public:
static const int32 INVITE_TYPE_SHARE = 8;
220 public:
static const int32 INVITE_TYPE_CLIPBOARD = 9;
221 public:
static const int32 INVITE_TYPE_EVERNOTE = 10;
222 public:
static const int32 INVITE_TYPE_APP = 11;
230 public:
static const int32 INVITE_STATE_NONE = 0;
231 public:
static const int32 INVITE_STATE_SERVERSENDING = 1;
232 public:
static const int32 INVITE_STATE_CLIENTSENDING = 2;
233 public:
static const int32 INVITE_STATE_NEEDTOSEND = 3;
234 public:
static const int32 INVITE_STATE_SUCCEEDED = 4;
235 public:
static const int32 INVITE_STATE_DELETING = 5;
236 public:
static const int32 INVITE_STATE_DELETED = 6;
237 public:
static const int32 INVITE_STATE_FAILED_TO_CREATE = 7;
238 public:
static const int32 INVITE_STATE_FAILED_TO_SEND = 8;
239 public:
static const int32 INVITE_STATE_FAILED_TO_DELETE = 9;
247 public:
static const int32 IMAGE_STATE_NONE = 0;
248 public:
static const int32 IMAGE_STATE_LOADING = 1;
249 public:
static const int32 IMAGE_STATE_LOADED = 2;
250 public:
static const int32 IMAGE_STATE_FAILED = 3;
258 public:
static const int32 GROUP_STATE_NONE = 0;
259 public:
static const int32 GROUP_STATE_INVALID = 1;
260 public:
static const int32 GROUP_STATE_ADDING = 2;
266 public:
static const int32 GROUP_STATE_ACTIVE = 4;
267 public:
static const int32 GROUP_STATE_LEAVING = 5;
268 public:
static const int32 GROUP_STATE_LEFT = 6;
269 public:
static const int32 GROUP_STATE_FAILED_TO_CREATE = 7;
270 public:
static const int32 GROUP_STATE_FAILED_TO_JOIN = 8;
271 public:
static const int32 GROUP_STATE_FAILED_TO_LEAVE = 9;
811 public:
static const int32 NETWORK_RESPONSE_CODE_ANY = 0x00000000;
812 public:
static const int32 NETWORK_RESPONSE_CODE_ANY_VALID = 0x00000001;
813 public:
static const int32 NETWORK_RESPONSE_CODE_2XX = 0x00000002;
814 public:
static const int32 NETWORK_RESPONSE_BODY_ANY = 0x00000000;
815 public:
static const int32 NETWORK_RESPONSE_BODY_NOT_EMPTY = 0x00000010;
816 public:
static const int32 NETWORK_RESPONSE_BODY_VALID_JSON = 0x00000030;
823 public:
static const int32 CARD_TICKET_REPLY_INACTIVE = 0x00000001;
824 public:
static const int32 CARD_TICKET_REPLY_NONE = 0x00000002;
825 public:
static const int32 CARD_TICKET_REPLY_ACCEPT = 0x00000004;
826 public:
static const int32 CARD_TICKET_REPLY_DECLINE = 0x00000008;
828 public:
static const int32 CARD_TICKET_REPLY_ANY
829 = CARD_TICKET_REPLY_ACCEPT
830 | CARD_TICKET_REPLY_DECLINE;
837 public:
static GString CARD_OBJECT_TYPE_POI()
842 public:
static GString CARD_OBJECT_TYPE_INVITE()
847 public:
static GString CARD_OBJECT_TYPE_UNKNOWN()
918 #endif // !GLYMPSECONSTANTS_H__GLYMPSE__