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
{{ message }}
This repository was archived by the owner on Jun 28, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: doc/LaravelFCM/FCMManager.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
> [LaravelFCM](../LaravelFCM.md)` / `(FCMManager)
15
15
## FCMManager
16
16
17
-
class **FCMManager** extends <abbrtitle="Illuminate\Support\Manager">Manager</abbr>[View source](https://github.com/code-lts/Laravel-FCM/blob/main/FCMManager.php)
17
+
class **FCMManager** extends <abbrtitle="Illuminate\Support\Manager">Manager</abbr>[View source](https://github.com/code-lts/Laravel-FCM/blob/main/src/FCMManager.php)
18
18
19
19
20
20
@@ -35,15 +35,15 @@ class **FCMManager** extends <abbr title="Illuminate\Support\Manager">Man
35
35
###
36
36
**getDefaultDriver**()
37
37
38
-
[at line 10](https://github.com/code-lts/Laravel-FCM/blob/main/FCMManager.php#L10)
38
+
[at line 10](https://github.com/code-lts/Laravel-FCM/blob/main/src/FCMManager.php#L10)
39
39
40
40
41
41
<anameid="method_createHttpDriver"></a>
42
42
43
43
###
44
44
protected **createHttpDriver**()
45
45
46
-
[at line 15](https://github.com/code-lts/Laravel-FCM/blob/main/FCMManager.php#L15)
46
+
[at line 15](https://github.com/code-lts/Laravel-FCM/blob/main/src/FCMManager.php#L15)
47
47
48
48
49
49
_Generated by [Doctum, a API Documentation generator and fork of Sami](https://github.com/code-lts/doctum)._
class **FCMServiceProvider** extends <abbrtitle="Illuminate\Support\ServiceProvider">ServiceProvider</abbr>[View source](https://github.com/code-lts/Laravel-FCM/blob/main/FCMServiceProvider.php)
17
+
class **FCMServiceProvider** extends <abbrtitle="Illuminate\Support\ServiceProvider">ServiceProvider</abbr>[View source](https://github.com/code-lts/Laravel-FCM/blob/main/src/FCMServiceProvider.php)
18
18
19
19
20
20
@@ -41,23 +41,23 @@ class **FCMServiceProvider** extends <abbr title="Illuminate\Support\Serv
41
41
###
42
42
**boot**()
43
43
44
-
[at line 19](https://github.com/code-lts/Laravel-FCM/blob/main/FCMServiceProvider.php#L19)
44
+
[at line 19](https://github.com/code-lts/Laravel-FCM/blob/main/src/FCMServiceProvider.php#L19)
45
45
46
46
47
47
<anameid="method_register"></a>
48
48
49
49
###
50
50
**register**()
51
51
52
-
[at line 30](https://github.com/code-lts/Laravel-FCM/blob/main/FCMServiceProvider.php#L30)
52
+
[at line 30](https://github.com/code-lts/Laravel-FCM/blob/main/src/FCMServiceProvider.php#L30)
53
53
54
54
55
55
<anameid="method_provides"></a>
56
56
57
57
###
58
58
**provides**()
59
59
60
-
[at line 84](https://github.com/code-lts/Laravel-FCM/blob/main/FCMServiceProvider.php#L84)
60
+
[at line 84](https://github.com/code-lts/Laravel-FCM/blob/main/src/FCMServiceProvider.php#L84)
61
61
62
62
63
63
_Generated by [Doctum, a API Documentation generator and fork of Sami](https://github.com/code-lts/doctum)._
class **FCM** extends <abbrtitle="Illuminate\Support\Facades\Facade">Facade</abbr>[View source](https://github.com/code-lts/Laravel-FCM/blob/main/Facades/FCM.php)
17
+
class **FCM** extends <abbrtitle="Illuminate\Support\Facades\Facade">Facade</abbr>[View source](https://github.com/code-lts/Laravel-FCM/blob/main/src/Facades/FCM.php)
18
18
19
19
20
20
@@ -34,7 +34,7 @@ class **FCM** extends <abbr title="Illuminate\Support\Facades\Facade">Fac
34
34
###
35
35
staticprotected **getFacadeAccessor**()
36
36
37
-
[at line 12](https://github.com/code-lts/Laravel-FCM/blob/main/Facades/FCM.php#L12)
37
+
[at line 12](https://github.com/code-lts/Laravel-FCM/blob/main/src/Facades/FCM.php#L12)
38
38
39
39
40
40
_Generated by [Doctum, a API Documentation generator and fork of Sami](https://github.com/code-lts/doctum)._
class **FCMGroup** extends <abbrtitle="Illuminate\Support\Facades\Facade">Facade</abbr>[View source](https://github.com/code-lts/Laravel-FCM/blob/main/Facades/FCMGroup.php)
17
+
class **FCMGroup** extends <abbrtitle="Illuminate\Support\Facades\Facade">Facade</abbr>[View source](https://github.com/code-lts/Laravel-FCM/blob/main/src/Facades/FCMGroup.php)
18
18
19
19
20
20
@@ -34,7 +34,7 @@ class **FCMGroup** extends <abbr title="Illuminate\Support\Facades\Facade
34
34
###
35
35
staticprotected **getFacadeAccessor**()
36
36
37
-
[at line 9](https://github.com/code-lts/Laravel-FCM/blob/main/Facades/FCMGroup.php#L9)
37
+
[at line 9](https://github.com/code-lts/Laravel-FCM/blob/main/src/Facades/FCMGroup.php#L9)
38
38
39
39
40
40
_Generated by [Doctum, a API Documentation generator and fork of Sami](https://github.com/code-lts/doctum)._
class **FCMTopic** extends <abbrtitle="Illuminate\Support\Facades\Facade">Facade</abbr>[View source](https://github.com/code-lts/Laravel-FCM/blob/main/Facades/FCMTopic.php)
17
+
class **FCMTopic** extends <abbrtitle="Illuminate\Support\Facades\Facade">Facade</abbr>[View source](https://github.com/code-lts/Laravel-FCM/blob/main/src/Facades/FCMTopic.php)
18
18
19
19
20
20
@@ -34,7 +34,7 @@ class **FCMTopic** extends <abbr title="Illuminate\Support\Facades\Facade
34
34
###
35
35
staticprotected **getFacadeAccessor**()
36
36
37
-
[at line 13](https://github.com/code-lts/Laravel-FCM/blob/main/Facades/FCMTopic.php#L13)
37
+
[at line 13](https://github.com/code-lts/Laravel-FCM/blob/main/src/Facades/FCMTopic.php#L13)
38
38
39
39
40
40
_Generated by [Doctum, a API Documentation generator and fork of Sami](https://github.com/code-lts/doctum)._
class **FCMValidator** extends <abbrtitle="Illuminate\Support\Facades\Facade">Facade</abbr>[View source](https://github.com/code-lts/Laravel-FCM/blob/main/Facades/FCMValidator.php)
17
+
class **FCMValidator** extends <abbrtitle="Illuminate\Support\Facades\Facade">Facade</abbr>[View source](https://github.com/code-lts/Laravel-FCM/blob/main/src/Facades/FCMValidator.php)
18
18
19
19
20
20
@@ -34,7 +34,7 @@ class **FCMValidator** extends <abbr title="Illuminate\Support\Facades\Fa
34
34
###
35
35
staticprotected **getFacadeAccessor**()
36
36
37
-
[at line 11](https://github.com/code-lts/Laravel-FCM/blob/main/Facades/FCMValidator.php#L11)
37
+
[at line 11](https://github.com/code-lts/Laravel-FCM/blob/main/src/Facades/FCMValidator.php#L11)
38
38
39
39
40
40
_Generated by [Doctum, a API Documentation generator and fork of Sami](https://github.com/code-lts/doctum)._
class **InvalidOptionsException** extends [Exception](https://www.php.net/Exception)[View source](https://github.com/code-lts/Laravel-FCM/blob/main/Message/Exceptions/InvalidOptionsException.php)
17
+
class **InvalidOptionsException** extends [Exception](https://www.php.net/Exception)[View source](https://github.com/code-lts/Laravel-FCM/blob/main/src/Message/Exceptions/InvalidOptionsException.php)
class **NoTopicProvidedException** extends [Exception](https://www.php.net/Exception)[View source](https://github.com/code-lts/Laravel-FCM/blob/main/Message/Exceptions/NoTopicProvidedException.php)
17
+
class **NoTopicProvidedException** extends [Exception](https://www.php.net/Exception)[View source](https://github.com/code-lts/Laravel-FCM/blob/main/src/Message/Exceptions/NoTopicProvidedException.php)
[at line 102](https://github.com/code-lts/Laravel-FCM/blob/main/Message/OptionsBuilder.php#L102)
90
+
[at line 102](https://github.com/code-lts/Laravel-FCM/blob/main/src/Message/OptionsBuilder.php#L102)
91
91
92
92
If set to true, messages will be allowed to be delivered to the app while the device is in direct boot mode. See Support Direct Boot mode (https://developer.android.com/training/articles/direct-boot).
93
93
@@ -114,7 +114,7 @@ If set to true, messages will be allowed to be delivered to the app while the de
0 commit comments