Skip to content

Commit b83863e

Browse files
authored
docs method list
1 parent eb95010 commit b83863e

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

readme.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,26 @@ APP_NAME="Laravel"
8181
FCM_SERVER_KEY=putYourKeyHere
8282
```
8383

84+
85+
### Methods Ref
86+
87+
- `->to()`
88+
89+
- `->toTopic()`
90+
91+
- `->data()`
92+
93+
- `->notification()`
94+
95+
- `->priority()`
96+
97+
- `->timeToLive()`
98+
99+
- `->enableResponseLog()`
100+
101+
- `->send()`
102+
103+
84104
### Usage
85105

86106
If You want to send a FCM with just notification parameter, this is an example of usage sending a FCM with only data parameter :

0 commit comments

Comments
 (0)