7 #ifndef GLYMPSEEVENTS_H__GLYMPSE__
8 #define GLYMPSEEVENTS_H__GLYMPSE__
225 public:
static const int32 PLATFORM_SYNCED_WITH_SERVER = 0x00000080;
226 public:
static const int32 PLATFORM_STARTED = 0x00000100;
227 public:
static const int32 PLATFORM_STOPPED = 0x00000200;
228 public:
static const int32 PLATFORM_LOCATION = 0x00000400;
229 public:
static const int32 PLATFORM_LOCATIONS_APPENDED = 0x00000800;
230 public:
static const int32 PLATFORM_DATA_APPENDED = 0x00001000;
231 public:
static const int32 PLATFORM_USER_ADDED = 0x00002000;
232 public:
static const int32 PLATFORM_USER_REMOVED = 0x00004000;
233 public:
static const int32 PLATFORM_USER_CHANGED = 0x00008000;
234 public:
static const int32 PLATFORM_USER_LIST_REORDERED = 0x00010000;
235 public:
static const int32 PLATFORM_TICKET_ADDED = 0x00020000;
236 public:
static const int32 PLATFORM_TICKET_REMOVED = 0x00040000;
237 public:
static const int32 PLATFORM_TICKET_CHANGED = 0x00080000;
238 public:
static const int32 PLATFORM_TICKET_LIST_REORDERED = 0x00100000;
239 public:
static const int32 PLATFORM_TICKET_ARRIVED = 0x00200000;
240 public:
static const int32 PLATFORM_INVITE_TICKET = 0x00400000;
241 public:
static const int32 PLATFORM_INVITE_REQUEST = 0x00800000;
284 public:
static const int32 PLATFORM_USER_LIST_CHANGED
285 = PLATFORM_USER_ADDED
286 | PLATFORM_USER_REMOVED
287 | PLATFORM_USER_LIST_REORDERED
289 | PLATFORM_USER_CHANGED;
290 public:
static const int32 PLATFORM_TICKET_LIST_CHANGED
291 = PLATFORM_TICKET_ADDED
292 | PLATFORM_TICKET_REMOVED
293 | PLATFORM_TICKET_LIST_REORDERED
294 | PLATFORM_TICKET_CHANGED
295 | PLATFORM_TICKET_ARRIVED;
417 public:
static const int32 TICKET_VISIBILITY_CHANGED = 0x00000008;
418 public:
static const int32 TICKET_DURATION_CHANGED = 0x00000010;
419 public:
static const int32 TICKET_MESSAGE_CHANGED = 0x00000020;
420 public:
static const int32 TICKET_DESTINATION_CHANGED = 0x00000040;
421 public:
static const int32 TICKET_TRACK_CHANGED = 0x00000080;
422 public:
static const int32 TICKET_ETA_CHANGED = 0x00000100;
423 public:
static const int32 TICKET_ROUTE_CHANGED = 0x00000200;
424 public:
static const int32 TICKET_TRAVEL_MODE_CHANGED = 0x00000400;
425 public:
static const int32 TICKET_INVALID_CODE = 0x00000800;
426 public:
static const int32 TICKET_INVITE_CREATED = 0x00001000;
427 public:
static const int32 TICKET_INVITE_SENT = 0x00002000;
438 public:
static const int32 TICKET_INVITE_REMOVED = 0x00008000;
439 public:
static const int32 TICKET_INVITE_FAILED = 0x00010000;
440 public:
static const int32 TICKET_REQUEST_CREATED = 0x00020000;
441 public:
static const int32 TICKET_REQUEST_SENT = 0x00040000;
442 public:
static const int32 TICKET_REQUEST_FAILED = 0x00080000;
443 public:
static const int32 TICKET_FAILED = 0x00100000;
489 public:
static const int32 TICKET_INVITE_CHANGED
490 = TICKET_INVITE_CREATED
493 | TICKET_INVITE_REMOVED
494 | TICKET_INVITE_FAILED;
495 public:
static const int32 TICKET_CHANGED
497 | TICKET_DURATION_CHANGED
498 | TICKET_MESSAGE_CHANGED
499 | TICKET_DESTINATION_CHANGED
500 | TICKET_TRACK_CHANGED
502 | TICKET_ROUTE_CHANGED
503 | TICKET_TRAVEL_MODE_CHANGED
504 | TICKET_INVITE_CHANGED
505 | TICKET_VISIBILITY_CHANGED
581 public:
static const int32 BATTERY_STATE_CHANGED = 0x00000001;
623 public:
static const int32 IMAGE_CHANGED = 0x00000001;
775 public:
static const int32 CONFIG_XOA_CHANGED = 0x00000001;
776 public:
static const int32 CONFIG_LOCATION_SHARING_CHANGED = 0x00000002;
777 public:
static const int32 CONFIG_TICKET_SENT_CHANGED = 0x00000004;
778 public:
static const int32 CONFIG_ACCOUNTS_LINKED_CHANGED = 0x00000008;
780 public:
static const int32 CONFIG_CHANGED
782 | CONFIG_LOCATION_SHARING_CHANGED
783 | CONFIG_TICKET_SENT_CHANGED
784 | CONFIG_ACCOUNTS_LINKED_CHANGED;
1400 #endif // !GLYMPSEEVENTS_H__GLYMPSE__