diff options
| author | kmccormick <kmccormick@google.com> | 2014-10-14 15:34:21 -0700 |
|---|---|---|
| committer | Joe Fernandez <joefernandez@google.com> | 2014-10-29 23:06:46 +0000 |
| commit | 13d7ea464ec7947a0c55cd778c8b2bacc9d0745d (patch) | |
| tree | 8a2ad3549b63a18f44121bb1f9fdb5a793ce2325 /docs/html/google/gcm/adv.jd | |
| parent | 0fa6edced7496b898d31ff7dab7255a1e0dffa9b (diff) | |
| download | frameworks_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.jd | 3 |
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 "send-to-sync" (collapsible) message or a "message wi payload" (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 "tickle" 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 "message with payload" (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 |
