We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cc6654 commit 6a10192Copy full SHA for 6a10192
1 file changed
src/messaging/messaging-api.ts
@@ -430,14 +430,14 @@ export interface AndroidConfig {
430
directBootOk?: boolean;
431
432
/**
433
- * A boolean indicating whether the message is allowed to be delivered in
434
- * a low-bandwidth environment.
+ * A boolean indicating whether messages will be allowed to be delivered to
+ * the app while the device is on a bandwidth constrained network.
435
*/
436
bandwidthConstrainedOk?: boolean;
437
438
439
- * A boolean indicating whether the message is allowed to be delivered
440
- * via satellite.
+ * the app while the device is on a restricted satellite network.
441
442
restrictedSatelliteOk?: boolean;
443
}
0 commit comments