Commit 7c6956c
committed
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.1 parent 8c9895e commit 7c6956c
3 files changed
Lines changed: 22 additions & 0 deletions
| 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