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
@@ -676,8 +676,8 @@ sent. Optional. The default value is <code>false</code>, and must be a JSON bool
676
676
<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>
677
677
</tr>
678
678
<tr>
679
-
<td><code>category</code></td>
680
-
<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.
679
+
<td><code>restricted_package_name</code></td>
680
+
<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.
681
681
</td>
682
682
</tr>
683
683
<tr>
@@ -717,7 +717,7 @@ sent. Optional. The default value is <code>false</code>, and must be a JSON bool
717
717
<td>Same as JSON (see previous table). Optional.</td>
718
718
</tr>
719
719
<tr>
720
-
<td><code>category</code></td>
720
+
<td><code>restricted_package_name</code></td>
721
721
<td>Same as JSON (see previous table). Optional.
722
722
</td>
723
723
</tr>
@@ -964,11 +964,11 @@ Happens when the HTTP status code is 500, or when the <code>error</code> field o
964
964
object in the results array is <code>InternalServerError</code>.
0 commit comments