summaryrefslogtreecommitdiffstats
path: root/docs/html/google/gcm/adv.jd
diff options
context:
space:
mode:
authorkmccormick <kmccormick@google.com>2014-10-14 15:34:21 -0700
committerJoe Fernandez <joefernandez@google.com>2014-10-29 23:06:46 +0000
commit13d7ea464ec7947a0c55cd778c8b2bacc9d0745d (patch)
tree8a2ad3549b63a18f44121bb1f9fdb5a793ce2325 /docs/html/google/gcm/adv.jd
parent0fa6edced7496b898d31ff7dab7255a1e0dffa9b (diff)
downloadframeworks_base-13d7ea464ec7947a0c55cd778c8b2bacc9d0745d.zip
frameworks_base-13d7ea464ec7947a0c55cd778c8b2bacc9d0745d.tar.gz
frameworks_base-13d7ea464ec7947a0c55cd778c8b2bacc9d0745d.tar.bz2
DO NOT MERGE - Doc update: deliv receipt, rate exceeded, bug fixes.
Cherry-pick from: Change-Id: I17d9604da9a894501c7701174e4f7c61dfa9e80e Fix for: b/17936796 Change-Id: I17d9604da9a894501c7701174e4f7c61dfa9e80e
Diffstat (limited to 'docs/html/google/gcm/adv.jd')
-rw-r--r--docs/html/google/gcm/adv.jd3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/html/google/gcm/adv.jd b/docs/html/google/gcm/adv.jd
index 245467f..95497e3 100644
--- a/docs/html/google/gcm/adv.jd
+++ b/docs/html/google/gcm/adv.jd
@@ -261,7 +261,7 @@ is either a &quot;send-to-sync&quot; (collapsible) message or a &quot;message wi
payload&quot; (non-collapsible message). These concepts are described in more
detail in the following sections.</p>
-<h3 id="s2s"><strong>Send-to-sync messages</strong></h3>
+<h3 id="s2s">Send-to-sync messages</h3>
<p>A send-to-sync (collapsible) message is often a &quot;tickle&quot; that tells
a mobile application to sync data from the server. For example, suppose you have
@@ -288,6 +288,7 @@ and B4, and so on. If you exceed this number GCM will only keep 4 collapse keys,
guarantees about which ones they will be.</p>
<h3 id="payload">Messages with payload</h3>
+
<p>Unlike a send-to-sync message, every &quot;message with payload&quot;
(non-collapsible message) is delivered. The payload the message contains can be
up to 4kb. For example, here is a JSON-formatted message in an IM application in