From 4e847bd1f0c4e09f169603fde129e4433a3fe5bc Mon Sep 17 00:00:00 2001 From: Dirk Dougherty Date: Tue, 6 Aug 2013 09:59:51 -0700 Subject: Doc change: fix federated urls. Change-Id: I29758362e81361a58d85ff8ec9e19d5c8da8da7d --- .../android/gms/gcm/GoogleCloudMessaging.html | 72 +++++++++++----------- 1 file changed, 36 insertions(+), 36 deletions(-) (limited to 'docs/html/reference/com/google/android/gms/gcm') diff --git a/docs/html/reference/com/google/android/gms/gcm/GoogleCloudMessaging.html b/docs/html/reference/com/google/android/gms/gcm/GoogleCloudMessaging.html index 19c93f4..757aed5 100644 --- a/docs/html/reference/com/google/android/gms/gcm/GoogleCloudMessaging.html +++ b/docs/html/reference/com/google/android/gms/gcm/GoogleCloudMessaging.html @@ -684,7 +684,7 @@ Summary: - extends Object
+ extends Object
@@ -704,7 +704,7 @@ Summary: - java.lang.Object + java.lang.Object @@ -822,14 +822,14 @@ Summary: - String + String ERROR_MAIN_THREAD GCM methods are blocking. - String + String ERROR_SERVICE_NOT_AVAILABLE The device can't read the response, or there was a 500/503 from the server that can be retried later. @@ -837,7 +837,7 @@ Summary: - String + String MESSAGE_TYPE_DELETED Returned by getMessageType(Intent) to indicate that the server deleted some pending messages because they were collapsible. @@ -845,14 +845,14 @@ Summary: - String + String MESSAGE_TYPE_MESSAGE Returned by getMessageType(Intent) to indicate a regular message. - String + String MESSAGE_TYPE_SEND_ERROR Returned by getMessageType(Intent) to indicate a send error. @@ -936,7 +936,7 @@ Summary: GoogleCloudMessaging - getInstance(Context context) + getInstance(Context context)
Return the singleton instance of GCM.
@@ -951,10 +951,10 @@ Summary: - String + String - getMessageType(Intent intent) + getMessageType(Intent intent)
Return the message type.
@@ -969,10 +969,10 @@ Summary: - String + String - register(String... senderIds) + register(String... senderIds)
Register the application for GCM and return the registration ID.
@@ -990,7 +990,7 @@ Summary: void - send(String to, String msgId, long timeToLive, Bundle data) + send(String to, String msgId, long timeToLive, Bundle data)
Send a "device to cloud" message.
@@ -1008,7 +1008,7 @@ Summary: void - send(String to, String msgId, Bundle data) + send(String to, String msgId, Bundle data)
Send a "device to cloud" message.
@@ -1056,7 +1056,7 @@ Summary: class="jd-expando-trigger-img" /> From class - java.lang.Object + java.lang.Object
Object + Object clone() @@ -1094,7 +1094,7 @@ From class boolean - equals(Object arg0) + equals(Object arg0) @@ -1123,7 +1123,7 @@ From class final - Class<?> + Class<?> getClass() @@ -1187,7 +1187,7 @@ From class - String + String toString() @@ -1286,7 +1286,7 @@ From class public static final - String + String ERROR_MAIN_THREAD @@ -1325,7 +1325,7 @@ From class public static final - String + String ERROR_SERVICE_NOT_AVAILABLE @@ -1365,7 +1365,7 @@ From class public static final - String + String MESSAGE_TYPE_DELETED @@ -1404,7 +1404,7 @@ From class public static final - String + String MESSAGE_TYPE_MESSAGE @@ -1442,7 +1442,7 @@ From class public static final - String + String MESSAGE_TYPE_SEND_ERROR @@ -1573,7 +1573,7 @@ From class GoogleCloudMessaging getInstance - (Context context) + (Context context)
@@ -1599,10 +1599,10 @@ From class - String + String getMessageType - (Intent intent) + (Intent intent)
@@ -1643,10 +1643,10 @@ From class - String + String register - (String... senderIds) + (String... senderIds)
@@ -1684,7 +1684,7 @@ From class
Throws
-
IOException + IOException
@@ -1707,7 +1707,7 @@ From class void send - (String to, String msgId, long timeToLive, Bundle data) + (String to, String msgId, long timeToLive, Bundle data)
@@ -1721,7 +1721,7 @@ From class The current limits for max storage time and number of outstanding messages per application are documented in the - GCM Dev Guide.

+ GCM Dev Guide.

Parameters
@@ -1756,7 +1756,7 @@ From class
Throws
-
IOException + IOException
@@ -1779,7 +1779,7 @@ From class void send - (String to, String msgId, Bundle data) + (String to, String msgId, Bundle data)
@@ -1817,7 +1817,7 @@ From class
Throws
-
IOException + IOException
@@ -1864,7 +1864,7 @@ From class
Throws
- -- cgit v1.1
IOException + IOException if we can't connect to server to unregister.