This library provides functions to manage from XSQL-Script the devices registered in Google Cloud Message.

1 google.api.getDevices

Returns the list of devices registered in wic_mobile_google_devices.

<google.api.getDevices project_cod='project_cod'/>
Example

List the registered devices.

Copy
<xsql-script name=''>
    <body> 
        <google.api.getDevices project_code="GCM" />
    </body>
</xsql-script>