Skip to content

Commit 6a10192

Browse files
committed
fix docstrings
1 parent 0cc6654 commit 6a10192

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/messaging/messaging-api.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -430,14 +430,14 @@ export interface AndroidConfig {
430430
directBootOk?: boolean;
431431

432432
/**
433-
* A boolean indicating whether the message is allowed to be delivered in
434-
* a low-bandwidth environment.
433+
* A boolean indicating whether messages will be allowed to be delivered to
434+
* the app while the device is on a bandwidth constrained network.
435435
*/
436436
bandwidthConstrainedOk?: boolean;
437437

438438
/**
439-
* A boolean indicating whether the message is allowed to be delivered
440-
* via satellite.
439+
* A boolean indicating whether messages will be allowed to be delivered to
440+
* the app while the device is on a restricted satellite network.
441441
*/
442442
restrictedSatelliteOk?: boolean;
443443
}

0 commit comments

Comments
 (0)