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
// ...or get the push status string to check yourself
304
304
$status = $pushStatus->getPushStatus();
305
-
305
+
306
306
// get # pushes sent
307
307
$sent = $pushStatus->getPushesSent();
308
-
308
+
309
309
// get # pushes failed
310
310
$failed = $pushStatus->getPushesFailed();
311
-
311
+
312
312
}
313
313
```
314
314
@@ -323,4 +323,4 @@ the Parse PHP SDK. We welcome fixes and enhancements.
323
323
324
324
-----
325
325
326
-
As of April 5, 2017, Parse, LLC has transferred this code to the parse-community organization, and will no longer be contributing to or distributing this code.
326
+
As of April 5, 2017, Parse, LLC has transferred this code to the parse-community organization, and will no longer be contributing to or distributing this code.
0 commit comments