We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 61e527f + 33e4da6 commit 9404a42Copy full SHA for 9404a42
src/Devices.php
@@ -9,17 +9,29 @@ class Devices
9
const DEVICES_LIMIT = 300;
10
11
const IOS = 0;
12
+
13
const ANDROID = 1;
14
15
const AMAZON = 2;
16
17
const WINDOWS_PHONE = 3;
18
19
const WINDOWS_PHONE_MPNS = 3;
20
21
const CHROME_APP = 4;
22
23
const CHROME_WEB = 5;
24
25
const WINDOWS_PHONE_WNS = 6;
26
27
const SAFARI = 7;
28
29
const FIREFOX = 8;
30
31
const MACOS = 9;
32
33
const ALEXA = 10;
34
35
const EMAIL = 11;
36
37
protected $api;
src/Resolver/NotificationResolver.php
@@ -9,6 +9,7 @@
class NotificationResolver implements ResolverInterface
{
const SEND_AFTER_FORMAT = 'Y-m-d H:i:sO';
const DELIVERY_TIME_OF_DAY_FORMAT = 'g:iA';
private $config;
0 commit comments