Commit 7fbad72
feat(fcm): Add bandwidthConstrainedOk and restrictedSatelliteOk (#2994)
* feat(messaging): Add bandwidthConstrainedOk and restrictedSatelliteOk to AndroidConfig
Adds two new optional boolean properties, `bandwidthConstrainedOk` and `restrictedSatelliteOk`, to the `AndroidConfig` type in the messaging API.
This change includes:
- Updating the `AndroidConfig` interface in `src/messaging/messaging-api.ts`.
- Adding the corresponding property mappings in `src/messaging/messaging-internal.ts`.
- Updating unit tests in `test/unit/messaging/messaging.spec.ts` to cover the new properties.
* feat(messaging): Add bandwidthConstrainedOk and restrictedSatelliteOk to AndroidConfig
Adds two new optional boolean properties, `bandwidthConstrainedOk` and `restrictedSatelliteOk`, to the `AndroidConfig` type in the messaging API.
This change includes:
- Updating the `AndroidConfig` interface in `src/messaging/messaging-api.ts`.
- Adding the corresponding property mappings in `src/messaging/messaging-internal.ts`.
- Updating unit tests in `test/unit/messaging/messaging.spec.ts` to cover the new properties.
- Updating the public API documentation.
* fix docstrings
---------
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>1 parent 7cbc314 commit 7fbad72
File tree
4 files changed
+24
-0
lines changed- etc
- src/messaging
- test/unit/messaging
4 files changed
+24
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
428 | 428 | | |
429 | 429 | | |
430 | 430 | | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
431 | 443 | | |
432 | 444 | | |
433 | 445 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
422 | 422 | | |
423 | 423 | | |
424 | 424 | | |
| 425 | + | |
| 426 | + | |
425 | 427 | | |
426 | 428 | | |
427 | 429 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1899 | 1899 | | |
1900 | 1900 | | |
1901 | 1901 | | |
| 1902 | + | |
| 1903 | + | |
1902 | 1904 | | |
1903 | 1905 | | |
1904 | 1906 | | |
| |||
1927 | 1929 | | |
1928 | 1930 | | |
1929 | 1931 | | |
| 1932 | + | |
| 1933 | + | |
1930 | 1934 | | |
1931 | 1935 | | |
1932 | 1936 | | |
| |||
1983 | 1987 | | |
1984 | 1988 | | |
1985 | 1989 | | |
| 1990 | + | |
| 1991 | + | |
1986 | 1992 | | |
1987 | 1993 | | |
1988 | 1994 | | |
| |||
2031 | 2037 | | |
2032 | 2038 | | |
2033 | 2039 | | |
| 2040 | + | |
| 2041 | + | |
2034 | 2042 | | |
2035 | 2043 | | |
2036 | 2044 | | |
| |||
0 commit comments