am 5820bf97: am 92e0b07f: am d81751fa: Merge "docs: add javadocs for gcm" into jb-mr1-dev

* commit '5820bf97d6aa0a3aaf72bf0afeedf86a23720565':
  docs: add javadocs for gcm
This commit is contained in:
Robert Ly
2012-12-02 18:26:44 -08:00
committed by Android Git Automerger
15 changed files with 60 additions and 1329 deletions

View File

@@ -408,13 +408,13 @@ onkeyup="return search_changed(event, false, '/')" />
<span class="en">Security and Design</span></a>
</li>
<li><a href="/google/play/billing/billing_testing.html">
<span class="en">Testing <br/>In-app Billing</span></a>
<span class="en">Testing In-app Billing</span></a>
</li>
<li><a href="/google/play/billing/billing_admin.html">
<span class="en">Administering In-app Billing</span></a>
</li>
<li><a href="/google/play/billing/billing_reference.html">
<span class="en">In-app Billing Reference</span></a>
<span class="en">Reference</span></a>
</li>
</ul>
</li>
@@ -5547,7 +5547,7 @@ From interface
</div>
<div id="build_info">
Android &nbsp;r - 30 Nov 2012 16:06
Android &nbsp;r &mdash; 02 Dec 2012 17:05
</div>

View File

@@ -408,13 +408,13 @@ onkeyup="return search_changed(event, false, '/')" />
<span class="en">Security and Design</span></a>
</li>
<li><a href="/google/play/billing/billing_testing.html">
<span class="en">Testing <br/>In-app Billing</span></a>
<span class="en">Testing In-app Billing</span></a>
</li>
<li><a href="/google/play/billing/billing_admin.html">
<span class="en">Administering In-app Billing</span></a>
</li>
<li><a href="/google/play/billing/billing_reference.html">
<span class="en">In-app Billing Reference</span></a>
<span class="en">Reference</span></a>
</li>
</ul>
</li>
@@ -1481,7 +1481,7 @@ From class
</div>
<div id="build_info">
Android &nbsp;r - 30 Nov 2012 16:06
Android &nbsp;r &mdash; 02 Dec 2012 17:05
</div>

View File

@@ -408,13 +408,13 @@ onkeyup="return search_changed(event, false, '/')" />
<span class="en">Security and Design</span></a>
</li>
<li><a href="/google/play/billing/billing_testing.html">
<span class="en">Testing <br/>In-app Billing</span></a>
<span class="en">Testing In-app Billing</span></a>
</li>
<li><a href="/google/play/billing/billing_admin.html">
<span class="en">Administering In-app Billing</span></a>
</li>
<li><a href="/google/play/billing/billing_reference.html">
<span class="en">In-app Billing Reference</span></a>
<span class="en">Reference</span></a>
</li>
</ul>
</li>
@@ -726,7 +726,7 @@ Summary:
<td class="jd-typecol">String</td>
<td class="jd-linkcol"><a href="/reference/com/google/android/gcm/GCMConstants.html#EXTRA_APPLICATION_PENDING_INTENT">EXTRA_APPLICATION_PENDING_INTENT</a></td>
<td class="jd-descrcol" width="100%">Extra used on
<code class='value'><a href="/">com.google.android.gcm.GCMConstants.INTENT_TO_GCM_REGISTRATION</a></code>
<code><a href="/reference/com/google/android/gcm/GCMConstants.html#INTENT_TO_GCM_REGISTRATION">com.google.android.gcm.GCMConstants.INTENT_TO_GCM_REGISTRATION</a></code>
to get the application info.</td>
</tr>
@@ -735,7 +735,7 @@ Summary:
<td class="jd-typecol">String</td>
<td class="jd-linkcol"><a href="/reference/com/google/android/gcm/GCMConstants.html#EXTRA_ERROR">EXTRA_ERROR</a></td>
<td class="jd-descrcol" width="100%">Extra used on
<code class='value'><a href="/">com.google.android.gcm.GCMConstants.INTENT_FROM_GCM_REGISTRATION_CALLBACK</a></code>
<code><a href="/reference/com/google/android/gcm/GCMConstants.html#INTENT_FROM_GCM_REGISTRATION_CALLBACK">com.google.android.gcm.GCMConstants.INTENT_FROM_GCM_REGISTRATION_CALLBACK</a></code>
to indicate an error when the registration fails.</td>
</tr>
@@ -744,7 +744,7 @@ Summary:
<td class="jd-typecol">String</td>
<td class="jd-linkcol"><a href="/reference/com/google/android/gcm/GCMConstants.html#EXTRA_FROM">EXTRA_FROM</a></td>
<td class="jd-descrcol" width="100%">Extra used on
<code class='value'><a href="/">com.google.android.gcm.GCMConstants.INTENT_FROM_GCM_MESSAGE</a></code>
<code><a href="/reference/com/google/android/gcm/GCMConstants.html#INTENT_FROM_GCM_MESSAGE">com.google.android.gcm.GCMConstants.INTENT_FROM_GCM_MESSAGE</a></code>
to indicate which sender (Google API project id) sent the message.</td>
</tr>
@@ -753,7 +753,7 @@ Summary:
<td class="jd-typecol">String</td>
<td class="jd-linkcol"><a href="/reference/com/google/android/gcm/GCMConstants.html#EXTRA_REGISTRATION_ID">EXTRA_REGISTRATION_ID</a></td>
<td class="jd-descrcol" width="100%">Extra used on
<code class='value'><a href="/">com.google.android.gcm.GCMConstants.INTENT_FROM_GCM_REGISTRATION_CALLBACK</a></code>
<code><a href="/reference/com/google/android/gcm/GCMConstants.html#INTENT_FROM_GCM_REGISTRATION_CALLBACK">com.google.android.gcm.GCMConstants.INTENT_FROM_GCM_REGISTRATION_CALLBACK</a></code>
to indicate the registration id when the registration succeeds.</td>
</tr>
@@ -762,7 +762,7 @@ Summary:
<td class="jd-typecol">String</td>
<td class="jd-linkcol"><a href="/reference/com/google/android/gcm/GCMConstants.html#EXTRA_SENDER">EXTRA_SENDER</a></td>
<td class="jd-descrcol" width="100%">Extra used on
<code class='value'><a href="/">com.google.android.gcm.GCMConstants.INTENT_TO_GCM_REGISTRATION</a></code>
<code><a href="/reference/com/google/android/gcm/GCMConstants.html#INTENT_TO_GCM_REGISTRATION">com.google.android.gcm.GCMConstants.INTENT_TO_GCM_REGISTRATION</a></code>
to indicate which senders (Google API project ids) can send messages to
the application.</td>
</tr>
@@ -772,7 +772,7 @@ Summary:
<td class="jd-typecol">String</td>
<td class="jd-linkcol"><a href="/reference/com/google/android/gcm/GCMConstants.html#EXTRA_SPECIAL_MESSAGE">EXTRA_SPECIAL_MESSAGE</a></td>
<td class="jd-descrcol" width="100%">Type of message present in the
<code class='value'><a href="/">com.google.android.gcm.GCMConstants.INTENT_FROM_GCM_MESSAGE</a></code>
<code><a href="/reference/com/google/android/gcm/GCMConstants.html#INTENT_FROM_GCM_MESSAGE">com.google.android.gcm.GCMConstants.INTENT_FROM_GCM_MESSAGE</a></code>
intent.</td>
</tr>
@@ -788,7 +788,7 @@ Summary:
<td class="jd-typecol">String</td>
<td class="jd-linkcol"><a href="/reference/com/google/android/gcm/GCMConstants.html#EXTRA_UNREGISTERED">EXTRA_UNREGISTERED</a></td>
<td class="jd-descrcol" width="100%">Extra used on
<code class='value'><a href="/">com.google.android.gcm.GCMConstants.INTENT_FROM_GCM_REGISTRATION_CALLBACK</a></code>
<code><a href="/reference/com/google/android/gcm/GCMConstants.html#INTENT_FROM_GCM_REGISTRATION_CALLBACK">com.google.android.gcm.GCMConstants.INTENT_FROM_GCM_REGISTRATION_CALLBACK</a></code>
to indicate that the application has been unregistered.</td>
</tr>
@@ -1399,7 +1399,7 @@ From class
<div class="jd-details-descr">
<div class="jd-tagdata jd-tagdescr"><p>Extra used on
<code class='value'><a href="/">com.google.android.gcm.GCMConstants.INTENT_TO_GCM_REGISTRATION</a></code>
<code><a href="/reference/com/google/android/gcm/GCMConstants.html#INTENT_TO_GCM_REGISTRATION">com.google.android.gcm.GCMConstants.INTENT_TO_GCM_REGISTRATION</a></code>
to get the application info.
</p></div>
@@ -1439,7 +1439,7 @@ From class
<div class="jd-details-descr">
<div class="jd-tagdata jd-tagdescr"><p>Extra used on
<code class='value'><a href="/">com.google.android.gcm.GCMConstants.INTENT_FROM_GCM_REGISTRATION_CALLBACK</a></code>
<code><a href="/reference/com/google/android/gcm/GCMConstants.html#INTENT_FROM_GCM_REGISTRATION_CALLBACK">com.google.android.gcm.GCMConstants.INTENT_FROM_GCM_REGISTRATION_CALLBACK</a></code>
to indicate an error when the registration fails.
See constants starting with ERROR_ for possible values.
</p></div>
@@ -1480,7 +1480,7 @@ From class
<div class="jd-details-descr">
<div class="jd-tagdata jd-tagdescr"><p>Extra used on
<code class='value'><a href="/">com.google.android.gcm.GCMConstants.INTENT_FROM_GCM_MESSAGE</a></code>
<code><a href="/reference/com/google/android/gcm/GCMConstants.html#INTENT_FROM_GCM_MESSAGE">com.google.android.gcm.GCMConstants.INTENT_FROM_GCM_MESSAGE</a></code>
to indicate which sender (Google API project id) sent the message.
</p></div>
@@ -1520,7 +1520,7 @@ From class
<div class="jd-details-descr">
<div class="jd-tagdata jd-tagdescr"><p>Extra used on
<code class='value'><a href="/">com.google.android.gcm.GCMConstants.INTENT_FROM_GCM_REGISTRATION_CALLBACK</a></code>
<code><a href="/reference/com/google/android/gcm/GCMConstants.html#INTENT_FROM_GCM_REGISTRATION_CALLBACK">com.google.android.gcm.GCMConstants.INTENT_FROM_GCM_REGISTRATION_CALLBACK</a></code>
to indicate the registration id when the registration succeeds.
</p></div>
@@ -1560,7 +1560,7 @@ From class
<div class="jd-details-descr">
<div class="jd-tagdata jd-tagdescr"><p>Extra used on
<code class='value'><a href="/">com.google.android.gcm.GCMConstants.INTENT_TO_GCM_REGISTRATION</a></code>
<code><a href="/reference/com/google/android/gcm/GCMConstants.html#INTENT_TO_GCM_REGISTRATION">com.google.android.gcm.GCMConstants.INTENT_TO_GCM_REGISTRATION</a></code>
to indicate which senders (Google API project ids) can send messages to
the application.
</p></div>
@@ -1601,7 +1601,7 @@ From class
<div class="jd-details-descr">
<div class="jd-tagdata jd-tagdescr"><p>Type of message present in the
<code class='value'><a href="/">com.google.android.gcm.GCMConstants.INTENT_FROM_GCM_MESSAGE</a></code>
<code><a href="/reference/com/google/android/gcm/GCMConstants.html#INTENT_FROM_GCM_MESSAGE">com.google.android.gcm.GCMConstants.INTENT_FROM_GCM_MESSAGE</a></code>
intent.
This extra is only set for special messages sent from GCM, not for
messages originated from the application.
@@ -1644,7 +1644,7 @@ From class
<div class="jd-tagdata jd-tagdescr"><p>Number of messages deleted by the server because the device was idle.
Present only on messages of special type
<code class='value'><a href="/">com.google.android.gcm.GCMConstants.VALUE_DELETED_MESSAGES</a></code>
<code><a href="/reference/com/google/android/gcm/GCMConstants.html#VALUE_DELETED_MESSAGES">com.google.android.gcm.GCMConstants.VALUE_DELETED_MESSAGES</a></code>
</p></div>
@@ -1683,7 +1683,7 @@ From class
<div class="jd-details-descr">
<div class="jd-tagdata jd-tagdescr"><p>Extra used on
<code class='value'><a href="/">com.google.android.gcm.GCMConstants.INTENT_FROM_GCM_REGISTRATION_CALLBACK</a></code>
<code><a href="/reference/com/google/android/gcm/GCMConstants.html#INTENT_FROM_GCM_REGISTRATION_CALLBACK">com.google.android.gcm.GCMConstants.INTENT_FROM_GCM_REGISTRATION_CALLBACK</a></code>
to indicate that the application has been unregistered.
</p></div>
@@ -2006,7 +2006,7 @@ From class
</div>
<div id="build_info">
Android &nbsp;r - 30 Nov 2012 16:06
Android &nbsp;r &mdash; 02 Dec 2012 17:05
</div>

View File

@@ -408,13 +408,13 @@ onkeyup="return search_changed(event, false, '/')" />
<span class="en">Security and Design</span></a>
</li>
<li><a href="/google/play/billing/billing_testing.html">
<span class="en">Testing <br/>In-app Billing</span></a>
<span class="en">Testing In-app Billing</span></a>
</li>
<li><a href="/google/play/billing/billing_admin.html">
<span class="en">Administering In-app Billing</span></a>
</li>
<li><a href="/google/play/billing/billing_reference.html">
<span class="en">In-app Billing Reference</span></a>
<span class="en">Reference</span></a>
</li>
</ul>
</li>
@@ -1299,12 +1299,12 @@ From class
<li>It defines at least one <code><a href="/reference/android/content/BroadcastReceiver.html">BroadcastReceiver</a></code> with category
<code>PACKAGE_NAME</code>.
<li>The <code><a href="/reference/android/content/BroadcastReceiver.html">BroadcastReceiver</a></code>(s) uses the
<code class='value'><a href="/">com.google.android.gcm.GCMConstants.PERMISSION_GCM_INTENTS</a></code>
<code><a href="/reference/com/google/android/gcm/GCMConstants.html#PERMISSION_GCM_INTENTS">com.google.android.gcm.GCMConstants.PERMISSION_GCM_INTENTS</a></code>
permission.
<li>The <code><a href="/reference/android/content/BroadcastReceiver.html">BroadcastReceiver</a></code>(s) handles the 2 GCM intents
(<code class='value'><a href="/">com.google.android.gcm.GCMConstants.INTENT_FROM_GCM_MESSAGE</a></code>
(<code><a href="/reference/com/google/android/gcm/GCMConstants.html#INTENT_FROM_GCM_MESSAGE">com.google.android.gcm.GCMConstants.INTENT_FROM_GCM_MESSAGE</a></code>
and
<code class='value'><a href="/">com.google.android.gcm.GCMConstants.INTENT_FROM_GCM_REGISTRATION_CALLBACK</a></code>).
<code><a href="/reference/com/google/android/gcm/GCMConstants.html#INTENT_FROM_GCM_REGISTRATION_CALLBACK">com.google.android.gcm.GCMConstants.INTENT_FROM_GCM_REGISTRATION_CALLBACK</a></code>).
</ol>
...where <code>PACKAGE_NAME</code> is the application package.
<p>
@@ -1685,7 +1685,7 @@ From class
</div>
<div id="build_info">
Android &nbsp;r - 30 Nov 2012 16:06
Android &nbsp;r &mdash; 02 Dec 2012 17:05
</div>

View File

@@ -409,13 +409,13 @@ onkeyup="return search_changed(event, false, '/')" />
<span class="en">Security and Design</span></a>
</li>
<li><a href="/google/play/billing/billing_testing.html">
<span class="en">Testing <br/>In-app Billing</span></a>
<span class="en">Testing In-app Billing</span></a>
</li>
<li><a href="/google/play/billing/billing_admin.html">
<span class="en">Administering In-app Billing</span></a>
</li>
<li><a href="/google/play/billing/billing_reference.html">
<span class="en">In-app Billing Reference</span></a>
<span class="en">Reference</span></a>
</li>
</ul>
</li>
@@ -600,7 +600,7 @@ onkeyup="return search_changed(event, false, '/')" />
</div>
<div id="build_info">
Android &nbsp;r - 30 Nov 2012 16:06
Android &nbsp;r &mdash; 02 Dec 2012 17:05
</div>

View File

@@ -408,13 +408,13 @@ onkeyup="return search_changed(event, false, '/')" />
<span class="en">Security and Design</span></a>
</li>
<li><a href="/google/play/billing/billing_testing.html">
<span class="en">Testing <br/>In-app Billing</span></a>
<span class="en">Testing In-app Billing</span></a>
</li>
<li><a href="/google/play/billing/billing_admin.html">
<span class="en">Administering In-app Billing</span></a>
</li>
<li><a href="/google/play/billing/billing_reference.html">
<span class="en">In-app Billing Reference</span></a>
<span class="en">Reference</span></a>
</li>
</ul>
</li>
@@ -2291,7 +2291,7 @@ From class
</div>
<div id="build_info">
Android &nbsp;r - 30 Nov 2012 16:06
Android &nbsp;r &mdash; 02 Dec 2012 17:05
</div>

View File

@@ -408,13 +408,13 @@ onkeyup="return search_changed(event, false, '/')" />
<span class="en">Security and Design</span></a>
</li>
<li><a href="/google/play/billing/billing_testing.html">
<span class="en">Testing <br/>In-app Billing</span></a>
<span class="en">Testing In-app Billing</span></a>
</li>
<li><a href="/google/play/billing/billing_admin.html">
<span class="en">Administering In-app Billing</span></a>
</li>
<li><a href="/google/play/billing/billing_reference.html">
<span class="en">In-app Billing Reference</span></a>
<span class="en">Reference</span></a>
</li>
</ul>
</li>
@@ -1451,7 +1451,7 @@ From class
</div>
<div id="build_info">
Android &nbsp;r - 30 Nov 2012 16:06
Android &nbsp;r &mdash; 02 Dec 2012 17:05
</div>

View File

@@ -408,13 +408,13 @@ onkeyup="return search_changed(event, false, '/')" />
<span class="en">Security and Design</span></a>
</li>
<li><a href="/google/play/billing/billing_testing.html">
<span class="en">Testing <br/>In-app Billing</span></a>
<span class="en">Testing In-app Billing</span></a>
</li>
<li><a href="/google/play/billing/billing_admin.html">
<span class="en">Administering In-app Billing</span></a>
</li>
<li><a href="/google/play/billing/billing_reference.html">
<span class="en">In-app Billing Reference</span></a>
<span class="en">Reference</span></a>
</li>
</ul>
</li>
@@ -1263,7 +1263,7 @@ From class
</div>
<div id="build_info">
Android &nbsp;r - 30 Nov 2012 16:06
Android &nbsp;r &mdash; 02 Dec 2012 17:05
</div>

View File

@@ -408,13 +408,13 @@ onkeyup="return search_changed(event, false, '/')" />
<span class="en">Security and Design</span></a>
</li>
<li><a href="/google/play/billing/billing_testing.html">
<span class="en">Testing <br/>In-app Billing</span></a>
<span class="en">Testing In-app Billing</span></a>
</li>
<li><a href="/google/play/billing/billing_admin.html">
<span class="en">Administering In-app Billing</span></a>
</li>
<li><a href="/google/play/billing/billing_reference.html">
<span class="en">In-app Billing Reference</span></a>
<span class="en">Reference</span></a>
</li>
</ul>
</li>
@@ -1267,7 +1267,7 @@ From class
</div>
<div id="build_info">
Android &nbsp;r - 30 Nov 2012 16:06
Android &nbsp;r &mdash; 02 Dec 2012 17:05
</div>

View File

@@ -408,13 +408,13 @@ onkeyup="return search_changed(event, false, '/')" />
<span class="en">Security and Design</span></a>
</li>
<li><a href="/google/play/billing/billing_testing.html">
<span class="en">Testing <br/>In-app Billing</span></a>
<span class="en">Testing In-app Billing</span></a>
</li>
<li><a href="/google/play/billing/billing_admin.html">
<span class="en">Administering In-app Billing</span></a>
</li>
<li><a href="/google/play/billing/billing_reference.html">
<span class="en">In-app Billing Reference</span></a>
<span class="en">Reference</span></a>
</li>
</ul>
</li>
@@ -1361,7 +1361,7 @@ From class
</div>
<div id="build_info">
Android &nbsp;r - 30 Nov 2012 16:06
Android &nbsp;r &mdash; 02 Dec 2012 17:05
</div>

View File

@@ -408,13 +408,13 @@ onkeyup="return search_changed(event, false, '/')" />
<span class="en">Security and Design</span></a>
</li>
<li><a href="/google/play/billing/billing_testing.html">
<span class="en">Testing <br/>In-app Billing</span></a>
<span class="en">Testing In-app Billing</span></a>
</li>
<li><a href="/google/play/billing/billing_admin.html">
<span class="en">Administering In-app Billing</span></a>
</li>
<li><a href="/google/play/billing/billing_reference.html">
<span class="en">In-app Billing Reference</span></a>
<span class="en">Reference</span></a>
</li>
</ul>
</li>
@@ -1190,7 +1190,7 @@ From class
</div>
<div id="build_info">
Android &nbsp;r - 30 Nov 2012 16:06
Android &nbsp;r &mdash; 02 Dec 2012 17:05
</div>

View File

@@ -408,13 +408,13 @@ onkeyup="return search_changed(event, false, '/')" />
<span class="en">Security and Design</span></a>
</li>
<li><a href="/google/play/billing/billing_testing.html">
<span class="en">Testing <br/>In-app Billing</span></a>
<span class="en">Testing In-app Billing</span></a>
</li>
<li><a href="/google/play/billing/billing_admin.html">
<span class="en">Administering In-app Billing</span></a>
</li>
<li><a href="/google/play/billing/billing_reference.html">
<span class="en">In-app Billing Reference</span></a>
<span class="en">Reference</span></a>
</li>
</ul>
</li>
@@ -2077,7 +2077,7 @@ From class
</div>
<div id="build_info">
Android &nbsp;r - 30 Nov 2012 16:06
Android &nbsp;r &mdash; 02 Dec 2012 17:05
</div>

View File

@@ -409,13 +409,13 @@ onkeyup="return search_changed(event, false, '/')" />
<span class="en">Security and Design</span></a>
</li>
<li><a href="/google/play/billing/billing_testing.html">
<span class="en">Testing <br/>In-app Billing</span></a>
<span class="en">Testing In-app Billing</span></a>
</li>
<li><a href="/google/play/billing/billing_admin.html">
<span class="en">Administering In-app Billing</span></a>
</li>
<li><a href="/google/play/billing/billing_reference.html">
<span class="en">In-app Billing Reference</span></a>
<span class="en">Reference</span></a>
</li>
</ul>
</li>
@@ -617,7 +617,7 @@ onkeyup="return search_changed(event, false, '/')" />
</div>
<div id="build_info">
Android &nbsp;r - 30 Nov 2012 16:06
Android &nbsp;r &mdash; 02 Dec 2012 17:05
</div>

View File

@@ -530,7 +530,9 @@ onkeyup="return search_changed(event, false, '/')" />
<div id="jd-content">
<div class="jd-descr">
<p></p>
<p>Contains the classes for accessing the services provided in the Google Play services platform. See
the <a href="/google/play-services/setup.html">Setup guide</a> on how to configure the SDK that contains
these classes.</p>
</div>