You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/html/guide/google/gcm/gcm.jd
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -674,8 +674,8 @@ sent. Optional. The default value is <code>false</code>, and must be a JSON bool
674
674
<td>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).</td>
675
675
</tr>
676
676
<tr>
677
-
<td><code>category</code></td>
678
-
<td>A string containing the package name of your application. When set, messages will only be sent to registration IDs that match the category. Optional.
677
+
<td><code>restricted_package_name</code></td>
678
+
<td>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.
679
679
</td>
680
680
</tr>
681
681
<tr>
@@ -713,7 +713,7 @@ sent. Optional. The default value is <code>false</code>, and must be a JSON bool
713
713
<td>Same as JSON (see previous table). Optional.</td>
714
714
</tr>
715
715
<tr>
716
-
<td><code>category</code></td>
716
+
<td><code>restricted_package_name</code></td>
717
717
<td>Same as JSON (see previous table). Optional.
718
718
</td>
719
719
</tr>
@@ -962,11 +962,11 @@ Happens when the HTTP status code is 500, or when the <code>error</code> field o
962
962
object in the results array is <code>InternalServerError</code>.
0 commit comments