gcm_request
**Configuration Change. ** This feature is available as of version 3.5.5.
This struct is defined as follows:
/* gcm request */ typedef struct _gcm_request { struct json_object *json; /* GCM json payload (control and message payload) */ } gcm_request;
To use this struct, include the file modules/mobility/gcm/gcm.h
.
See Also
Momentum for Mobile Push Notifications and Hooks in the gcm Scope .