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'/>
Attributes | |||||
---|---|---|---|---|---|
Name | Type | Required | Default | Description | |
Aproject_cod | string | Code of the project grom which you want to obtain the registered devices. |
Example
List the registered devices.
Copy
<xsql-script name=''> <body> <google.api.getDevices project_code="GCM" /> </body> </xsql-script>