Commit 78c6198
authored
Added WebpushNotification.Builder API with additional Webpush parameters (#193)
* Added webpush notification fields
* Added documentation
* Support for adding arbitrary key-value pairs to WebpushNotification
* Updated changelog
* Added a couple of helper methods for clarity
* Updated comment
* Renamed setTimestamp to setTimestampMillis as per API review feedback1 parent 0a1c652 commit 78c6198
File tree
4 files changed
+442
-16
lines changed- src
- main/java/com/google/firebase/messaging
- test/java/com/google/firebase/messaging
4 files changed
+442
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments