**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
.
Was this page helpful?