From 2128ec9892692e2256c817751e87588d7d9c22fc Mon Sep 17 00:00:00 2001 From: && repo sync -j8 Date: Mon, 12 Nov 2012 14:45:08 -0800 Subject: Doc Update: param name change Change-Id: I320374f8d40ba090a561fe173bb08837abaa263a --- docs/html/guide/google/gcm/gcm.jd | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/html/guide') diff --git a/docs/html/guide/google/gcm/gcm.jd b/docs/html/guide/google/gcm/gcm.jd index 04bf015..c0b07b5 100644 --- a/docs/html/guide/google/gcm/gcm.jd +++ b/docs/html/guide/google/gcm/gcm.jd @@ -668,8 +668,8 @@ sent. Optional. The default value is false, and must be a JSON bool How long (in seconds) the message should be kept on GCM storage if the device is offline. Optional (default time-to-live is 4 weeks, and must be set as a JSON number). - category - A string containing the package name of your application. When set, messages will only be sent to registration IDs that match the category. Optional. + restricted_package_name + A string containing the package name of your application. When set, messages will only be sent to registration IDs that match the package name. Optional. @@ -707,7 +707,7 @@ sent. Optional. The default value is false, and must be a JSON bool Same as JSON (see previous table). Optional. - category + restricted_package_name Same as JSON (see previous table). Optional. @@ -956,11 +956,11 @@ Happens when the HTTP status code is 500, or when the error field o object in the results array is InternalServerError. -
Invalid Category
+
Invalid Package Name
-A message was addressed to a registration ID whose category did not match the value passed in the request. Happens when error code is -InvalidCategory. +A message was addressed to a registration ID whose package name did not match the value passed in the request. Happens when error code is +InvalidPackageName.
-- cgit v1.1