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
@@ -668,8 +668,8 @@ sent. Optional. The default value is <code>false</code>, and must be a JSON bool
668
668
<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>
669
669
</tr>
670
670
<tr>
671
-
<td><code>category</code></td>
672
-
<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.
671
+
<td><code>restricted_package_name</code></td>
672
+
<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.
673
673
</td>
674
674
</tr>
675
675
<tr>
@@ -707,7 +707,7 @@ sent. Optional. The default value is <code>false</code>, and must be a JSON bool
707
707
<td>Same as JSON (see previous table). Optional.</td>
708
708
</tr>
709
709
<tr>
710
-
<td><code>category</code></td>
710
+
<td><code>restricted_package_name</code></td>
711
711
<td>Same as JSON (see previous table). Optional.
712
712
</td>
713
713
</tr>
@@ -956,11 +956,11 @@ Happens when the HTTP status code is 500, or when the <code>error</code> field o
956
956
object in the results array is <code>InternalServerError</code>.
0 commit comments