• Home
  • Raw
  • Download

Lines Matching refs:rd

12 <li>Understand the role of the 3rd-party application server, and how to send messages and process r…
40 <li><a href="#server">Role of the 3rd-party Application Server</a>
81 <li>It allows 3rd-party application servers to send messages to
120 <td><strong>3rd-party Application Server</strong></td>
122 GCM in their applications. The 3rd-party application server sends data to an
127 <td>The Google servers involved in taking messages from the 3rd-party
149 it to the 3rd-party application server, which uses it to identify each device
160 <td>An API key that is saved on the 3rd-party application
173 <li><a href="#push-process">Sending a message</a>. A 3rd-party application
213 …e registration ID to be completely removed from the GCM server. So if the 3rd party server sends a…
224 <li>The 3rd-party application server has stored the registration ID.</li>
230 <a href="#server">Role of the 3rd-party Application Server</a>). Now it will
278 3rd-party Application Server</a>. This section describes the steps you take to
309 …e> permission so the Android application can send the registration ID to the 3rd party server.</li>
381 to the 3rd-party application server, which in turn will use the registration ID to send
402 <p>Handling these intents might require I/O operations (such as network calls to the 3rd party serv…
464 The application must ensure that the 3rd-party server receives the registration ID. It may do so by…
471 the application must contact the 3rd-party server to remove the registration ID (note that the regi…
527 // notify 3rd-party server about the registered ID
533 // notify 3rd-party server about the unregistered ID
551 deliver the messages sent by the 3rd-party server to the application running in the device.
588 <h2 id="server">Role of the 3rd-party Application Server</h2>
603 <p>This section describes how the 3rd-party application server sends messages to one or more mobile…
605 …<li>A 3rd-party application server can either send messages to a single device or to multiple devi…
610 <p>Before the 3rd-party application server can send a message to an
891 For all these cases, you should remove this registration ID from the 3rd-party server and stop usin…