@@ -33,7 +33,8 @@ public final class AndroidConfig extends com.google.api.client.json.GenericJson
33
33
34
34
/**
35
35
* Optional. If set to true, messages will be allowed to be delivered to the app while the device
36
- * is in bandwidth constrained mode.
36
+ * is in bandwidth constrained mode. This should only be enabled when the app has been tested to
37
+ * properly handle messages in bandwidth constrained mode.
37
38
* The value may be {@code null}.
38
39
*/
39
40
@ com .google .api .client .util .Key
@@ -97,7 +98,7 @@ public final class AndroidConfig extends com.google.api.client.json.GenericJson
97
98
/**
98
99
* Optional. If set to true, messages will be allowed to be delivered to the app while the device
99
100
* is connected over a restricted satellite network. This should only be enabled for messages that
100
- * can be handled over a restricted satellite network and only for apps that are allowed to work
101
+ * can be handled over a restricted satellite network and only for apps that are enabled to work
101
102
* over a restricted satellite network. Note that the ability of the app to connect to a
102
103
* restricted satellite network is dependent on the carrier's settings and the device model.
103
104
* The value may be {@code null}.
@@ -121,7 +122,8 @@ public final class AndroidConfig extends com.google.api.client.json.GenericJson
121
122
122
123
/**
123
124
* Optional. If set to true, messages will be allowed to be delivered to the app while the device
124
- * is in bandwidth constrained mode.
125
+ * is in bandwidth constrained mode. This should only be enabled when the app has been tested to
126
+ * properly handle messages in bandwidth constrained mode.
125
127
* @return value or {@code null} for none
126
128
*/
127
129
public java .lang .Boolean getBandwidthConstrainedOk () {
@@ -130,7 +132,8 @@ public java.lang.Boolean getBandwidthConstrainedOk() {
130
132
131
133
/**
132
134
* Optional. If set to true, messages will be allowed to be delivered to the app while the device
133
- * is in bandwidth constrained mode.
135
+ * is in bandwidth constrained mode. This should only be enabled when the app has been tested to
136
+ * properly handle messages in bandwidth constrained mode.
134
137
* @param bandwidthConstrainedOk bandwidthConstrainedOk or {@code null} for none
135
138
*/
136
139
public AndroidConfig setBandwidthConstrainedOk (java .lang .Boolean bandwidthConstrainedOk ) {
@@ -272,7 +275,7 @@ public AndroidConfig setRestrictedPackageName(java.lang.String restrictedPackage
272
275
/**
273
276
* Optional. If set to true, messages will be allowed to be delivered to the app while the device
274
277
* is connected over a restricted satellite network. This should only be enabled for messages that
275
- * can be handled over a restricted satellite network and only for apps that are allowed to work
278
+ * can be handled over a restricted satellite network and only for apps that are enabled to work
276
279
* over a restricted satellite network. Note that the ability of the app to connect to a
277
280
* restricted satellite network is dependent on the carrier's settings and the device model.
278
281
* @return value or {@code null} for none
@@ -284,7 +287,7 @@ public java.lang.Boolean getRestrictedSatelliteOk() {
284
287
/**
285
288
* Optional. If set to true, messages will be allowed to be delivered to the app while the device
286
289
* is connected over a restricted satellite network. This should only be enabled for messages that
287
- * can be handled over a restricted satellite network and only for apps that are allowed to work
290
+ * can be handled over a restricted satellite network and only for apps that are enabled to work
288
291
* over a restricted satellite network. Note that the ability of the app to connect to a
289
292
* restricted satellite network is dependent on the carrier's settings and the device model.
290
293
* @param restrictedSatelliteOk restrictedSatelliteOk or {@code null} for none
0 commit comments